-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Completed redesign (#9) * Complete rewrite * Migrate documentation to DocC * Doc organization * Update test.yml * Readme/doc landing page * Add CustomStringConvertible support for PathComponents.Builder * Move parseHTTPStatusErrors to Configuration * Update docs * Add configuration option to append trailing slash * Fix issue inheriting configuration * Remove URLSession on Service protocol * Re-organize docs; update docs for parseHTTPStatusErrors & appendTrailingSlashToPath * Update tests for new configuration options * Update documentation * Add missing Header init documentation; add build expression for optionals on Headers, PathParameters, QueryItems * #13 - Add support for dictionaries to Body * #14 - Improve documentation examples * #14 - Improve documentation examples * #14 - Improve documentation examples * #15 - Build block method of RequestBuilder was not marked as public * Update documentation link to next version (2.1.0) * Change to version independent hosted documentation link. * Fix typo in Body.Builder doc example * #17: fix table of default values for Request.Configuration.default * Add tests for task cancellation; add option for delayed response in URLProtocolMock * #18 Request.Properties properties should be public * 19: Add URLMock library for mocking test tools (#23) * #19: Add URLMock module * #19: Adding documentation for URLMock * #19: Move MockResponse out of URLMock extension; add additional method for creating URLSession with MockResponse closure * #19: Restructuring, updating docs * #19: Adjust URLMock.session() method signature * #19: Restructuring * #19: Change parameter name to avoid incorrect autocompletion * #19: Update parameter name * #19: Finalizing documentation * Finalizing docs (also in main target) * #19: Add missing FoundationNetworking imports * #19: Implement delay using Thread.sleep for win/linux compatibility * #19: Implement Thread.sleep() for win/linux compatibility * #19: Disable delayed cancellation test on Windows/Linux * #21: Remove force unwrap for decoding errors * #22: Change incorrect reference of 'QueryParameters' to 'QueryItems' in documentation * #19: Add URLMock to swift package index doc build targets
- Loading branch information
Showing
31 changed files
with
1,164 additions
and
166 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
version: 1 | ||
builder: | ||
configs: | ||
- documentation_targets: [Relax] | ||
- documentation_targets: [Relax, URLMock] | ||
|
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
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
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
Oops, something went wrong.