This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"participantId": "all-widgets-test", | |
"surveyId": "63c911d8e5b4ba0018c6ce35", | |
"downloadTimestamp": "2023-03-26T15:39:26.397Z", | |
"mobileModelName": "Google sdk_gphone64_x86_64", | |
"mobileOperatingSystemVersion": "33", | |
"created": "2023-01-19T09:48:08.043Z", | |
"id": "63c911d8e5b4ba0018c6ce3f", | |
"status": "", | |
"survey": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MIT License | |
// | |
// Copyright (c) [2022] [Kalpesh Talkar] | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal | |
// in the Software without restriction, including without limitation the rights | |
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
// copies of the Software, and to permit persons to whom the Software is | |
// furnished to do so, subject to the following conditions: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// APIServiceError.swift | |
// | |
// Copyright © 2021 Kalpesh Talkar. All rights reserved. | |
// | |
import Foundation | |
public struct APIServiceError: LocalizedError { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright © 2021 Kalpesh Talkar. All rights reserved. | |
// | |
import Foundation | |
extension Data { | |
/// Foundation object from given JSON data. | |
var jsonValue: Any? { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright © 2017 Kalpesh Talkar. All rights reserved. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright © 2020 Kalpesh Talkar. All rights reserved. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ResetPasswordAlert.swift | |
// | |
// Created by Kalpesh on 06/05/19. | |
// Copyright © 2019 Kalpesh Talkar. All rights reserved. | |
// | |
// For support: https://gist.github.com/KalpeshTalkar/1f8078f0e9340125f24102fdd4c73a82 | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// TableCollectionUtils.swift | |
// | |
// Created by Kalpesh on 25/05/18. | |
// Copyright © 2018 Kalpesh Talkar. All rights reserved. | |
// | |
// Support: https://gist.github.com/KalpeshTalkar/aaa6d41bb6b0b10a8ceb2b8cd8c1b791 | |
// GitHub: https://github.com/KalpeshTalkar | |
// Gists: https://gist.github.com/KalpeshTalkar | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright © 2018 Kalpesh Talkar. All rights reserved. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software |
NewerOlder