-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Types and Organize Project files (#61)
* feat: sort files by name inside Source folder Resolves: none. * feat: restructure framework project Resolves: none. * feat: update docs Resolves: none. * feat: update docs Resolves: none. * feat: update examples Resolves: none. * feat: update docs Resolves: none. * feat: move common http types to separate framework Resolves: none. * update ci * update ci * feat: add CoreHTTP as swift package Resolves: none. * Update Package.swift * feat: add CoreHTTP as a remote Swift Package Resolves: none. * Update Package.swift * Update Package.swift * feat: update docs Resolves: none. * Update build-macos.yml * Update build-macos.yml * feat: add CoreExample framework Resolves: none. * feat: add CoreExample as a dependency Resolves: none. * feat: add CoreExample to macOS Example Resolves: none. * fix: update code signing for framework Resolves: none. * Update build-macos.yml * Update build-macos.yml * update frameworks flow * Update build-ios.yml * Update Package.resolved * Update project.pbxproj * Update project.pbxproj * Update build-ios.yml * update dependencies * feat: add Session object that can be shared between RESTClient and HTTPClient Resolves: none. * refactor: remove reference to event monitor in RESTClient and HTTPClient Resolves: none. * feat: update ci workflows Resolves: none. * feat: update documentation Resolves: none.
- Loading branch information
1 parent
66caa61
commit b6bc7b3
Showing
96 changed files
with
1,507 additions
and
1,666 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# ``HTTPClient`` | ||
|
||
## Topics | ||
|
||
### Creating a HTTP Client | ||
|
||
- ``HTTPClient/init(session:requestInterceptor:)`` | ||
|
||
### Downloading a File | ||
|
||
- ``HTTPDownloadRequestRouter`` | ||
- ``HTTPDownloadRequestEvent`` | ||
- ``HTTPClient/download(_:_:_:)`` | ||
- ``HTTPClient/download(_:_:_:_:)`` | ||
|
||
### Uploading a File | ||
|
||
- ``HTTPUploadRequestRouter`` | ||
- ``HTTPUploadRequestEvent`` | ||
- ``HTTPUploadRequestFile`` | ||
- ``HTTPUploadRequestFormData`` | ||
- ``HTTPClient/upload(_:_:_:_:)-cavg`` | ||
- ``HTTPClient/upload(_:_:_:_:)-2m1kr`` | ||
|
||
### Connecting to a WebSocket | ||
|
||
- ``WebSocket`` | ||
- ``WebSocketMessage`` | ||
- ``WebSocketCloseCode`` | ||
- ``WebSocketCloseHandler`` | ||
- ``WebSocketError`` | ||
- ``HTTPClient/webSocket(_:_:_:)`` |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# ``RESTClient`` | ||
|
||
## Topics | ||
|
||
### Creating a REST Client | ||
|
||
- ``RESTClient/init(session:requestInterceptor:)`` | ||
|
||
### Making an API Call | ||
|
||
- ``HTTPRequestRouter`` | ||
- ``RESTClient/request(_:_:_:)-8yak0`` | ||
- ``RESTClient/request(_:_:_:)-2spzm`` |
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
Oops, something went wrong.