516 Commits
Author SHA1 Message Date
Peter Zignego 8b1596e12e Update README.md 2022-12-02 08:54:50 -05:00
Peter Zignego f3ad798d0e Update README.md 2022-11-30 19:55:34 -05:00
Peter Zignego ec5fc33af1 Update README.md 2022-11-30 19:55:12 -05:00
Go Takagi 9e112ec3f9 Update websocket-kit 2.5.0 (#212)
* Bump websocket-kit to 2.5.0

* Migrate breaking api changes
2022-07-18 22:27:02 -04:00
Peter ZignegoandDavid Jennes 3823aee4cf Revert oauth endpoint change and query params fix (#207)
* Fix extracting query parameters from request

* downgrade oauth access path

Co-authored-by: David Jennes <david.jennes@gmail.com>
4.8.0
2022-01-23 20:20:59 -05:00
Peter ZignegoandDavid Jennes b95391b03b Revert oauth endpoint change and query params fix (#207)
* Fix extracting query parameters from request

* downgrade oauth access path

Co-authored-by: David Jennes <david.jennes@gmail.com>
2022-01-23 20:01:37 -05:00
Peter ZignegoandDavid Jennes 56be11a950 Revert oauth endpoint change and query params fix (#207)
* Fix extracting query parameters from request

* downgrade oauth access path

Co-authored-by: David Jennes <david.jennes@gmail.com>
2022-01-23 20:01:24 -05:00
Peter Zignego f6f4252075 Update podspec 2021-12-29 10:00:18 -05:00
Peter Zignego a16a78d322 Update pipelines (#205)
* Update pipelines
4.7.0
2021-12-28 10:56:58 -05:00
Peter Zignego ab751a0304 Remove deprecated rtmStart 2021-12-28 09:49:53 -05:00
Arkadiusz Adamski 8e46cbb105 Add conversations.[open|create|archive] (#202) 2021-10-19 19:15:23 -04:00
Atakan Dulker e178c3748a WebAPI: Passes access token as Bearer Token (#200)
* Added passing access token as a Bearer token.

* Removed superfluous code
2021-10-04 21:35:27 -04:00
Roman Podymov a19f6b3088 Codable vol.3 - Attachment (#193)
* Add Attachment.CodingKeys

* testAttachmentCodable

* Create attachment.json

* Update XCTestManifests.swift

* extension Action: Equatable

* extension AttachmentField: Equatable

* Update project.pbxproj

* Update attachment.json

* Update SKCoreTests.swift

* Refactoring
2021-07-10 11:33:31 -04:00
Peter Zignego 6b385bd29c Fix carthage CI (#196) 2021-02-28 20:51:27 -05:00
Peter Zignego aa1136a835 Update CI for Swift 5.3.3 and Xcode 12.4 (#195)
* Bump versions

* Update .xcframeworks
4.6.1
2021-02-28 19:01:03 -05:00
Peter Zignego d315114796 Modernize Package.swift 2021-02-28 13:35:16 -05:00
Peter Zignego c071f10bc8 4.6.0 (#190)
* Generate .xcframework deps, upgrade dep versions

* Don’t use_frameworks! for CocoaPods
4.6.0
2020-10-11 12:10:54 -04:00
Nike Kov a9768580c1 Swifter version bump. (#189) 2020-10-10 11:10:15 -04:00
Takeshi Ihara 37285cc86c add: conversations endpoint (#186) 2020-08-09 13:23:14 -04:00
Andy Saw 7555a83c9b Support specifying thread_ts when uploading files (#184) 2020-05-06 08:27:28 -04:00
wtimme 7cb2dbb5e6 Add pagination support to "users.list" (#182)
* #171 Have each parameter on a dedicated line

This makes it easier to add new ones without exceeding a
readable line length.

* #171 Add optional parameter `cursor` to "users.list"

* #171 Read `next_cursor` from "users.list" response

This allows callers to properly use the pagination of this API method.

* #171 Add support for "limit" parameter of users.list call
2020-05-06 08:25:52 -04:00
mtgto 94e6293f36 Fix event type name of email_domain_changed (#181) 2020-03-31 11:19:39 -04:00
mtgto 187a39ca14 Use Dictionary.compactMapValues (#180) 2020-03-31 11:15:00 -04:00
mtgto 6e63e74f81 Support users.conversations in WebAPI (#179) 2020-03-24 23:59:18 -04:00
mtgto 229e4eeaa1 Fix some wrong parameter names in WebAPI (#178) 2020-03-20 08:35:14 -04:00
Peter Zignego e7d01c4ec1 Version bumps 2019-12-20 08:38:11 -05:00
Peter Zignego 3089435da0 Rebuild with Xcode 11.3, module stability (#176)
* Framework dependencies BUILD_LIBRARY_FOR_DISTRIBUTION = YES

* Set BUILD_LIBRARY_FOR_DISTRIBUTION
4.5.1
2019-12-20 00:07:55 -05:00
noppefoxwolf b8c3c4a2af Support search request (#173) 2019-11-21 23:56:58 -05:00
Peter Zignego b48e47bc8b Update simulator destination (#174) 2019-11-21 23:55:04 -05:00
noppefoxwolf ab9e802770 Add convesations replies (#169)
* Add convesation replies
2019-10-23 21:19:27 -04:00
Peter Zignego 98dbad9ac7 5.1.1 (#170) 4.5.0 2019-10-14 21:59:53 -04:00
Peter Zignego 436014cfec Update for Swift 5.1 and Xcode 11 (#168)
* Rebuild dependencies with 5.1

* Import FoundationNetworking if found
2019-10-09 21:55:56 -04:00
Peter Zignego d50d74b78a Merge pull request #166 from RomanPodymov/master
Codable vol.2 - CustomProfileField, DoNotDisturbStatus, TeamIcon and Topic
2019-08-14 21:36:10 -04:00
Roman Podymov 80ce1c4731 missing tests 2019-07-31 23:46:05 +02:00
Roman Podymov 5ddf6d9f1a json for tests 2019-07-31 23:21:49 +02:00
Peter Zignego 267cf26b2e Merge pull request #165 from vasilenkoigor/UsersLookupByEmail-Endpoint
Added missed users.lookupByEmail endpoint
4.4.0
2019-07-25 21:20:42 -04:00
Roman Podymov 580a857f11 CustomProfileField, DoNotDisturbStatus, TeamIcon, Topic conform to Codable 2019-07-25 22:33:14 +02:00
i.v.vasilenko c3817bea15 Added missed parameter for users.lookupByEmail endpoint 2019-07-21 21:53:30 +03:00
i.v.vasilenko 492f51ce9b Added missed endpoint users.lookupByEmail 2019-07-21 21:33:38 +03:00
Roman Podymov 45b4e3f191 Merge pull request #1 from pvzig/master
Update master
2019-07-21 16:34:21 +02:00
Peter Zignego dd72c619d3 Merge pull request #164 from RobotsAndPencils/add_block_support
Adding Blocks support
2019-07-17 09:50:25 -04:00
Peter Zignego 43af10de88 Merge branch 'master' into add_block_support 2019-07-17 09:43:55 -04:00
Brad Brown 7ba97e4893 Adding Blocks support 2019-07-16 09:26:14 -05:00
Peter Zignego 0c24cb2262 Merge pull request #163 from RomanPodymov/master
Action, AttachmentField, Edited and Reply conform to Codable
2019-07-12 10:30:23 -04:00
Roman Podymov 7b76b76b94 Update XCTestManifests.swift 2019-06-26 00:33:52 +02:00
Roman Podymov 565c44677b Update XCTestManifests.swift 2019-06-26 00:33:38 +02:00
Roman Podymov 30dc3679c1 Fixed tests 2019-06-26 00:26:19 +02:00
Roman Podymov 9a18cae265 removed \n 2019-06-23 22:39:44 +02:00
Roman Podymov c04654a87b tests for Action 2019-06-23 22:38:45 +02:00
Roman Podymov bd7f67b3b0 attachmentfield tests 2019-06-22 17:03:01 +02:00