Relax icon indicating copy to clipboard operation
Relax copied to clipboard

Declaratively build and send client requests for REST APIs in Swift.

Results 11 Relax issues
Sort by recently updated
recently updated
newest added

Typo - `appendTraillingSlashToPath` should be `appendTrailingSlashToPath`. Deprecates old property and adds correctly named one.

bug

Add DocC tutorial to documentation

documentation
enhancement

- Add a new `Response` protocol to represent a Codable response for a request. - Add convenience methods to `URLMock` to mock a `Response` for a corresponding `Endpoint`

enhancement

Add documentation and example usage on the new `@Endpoint` macro ( #34 ) . Additionally, document the renaming of the existing `Endpoint` protocol to `APIEndpoint`.

documentation
enhancement

Add documentation for new `@RestAPI` macro ( #35 ). Also document the deprecation of the `Service` typealias.

documentation
enhancement

Add support for Swift 6 & strict concurrency checking

enhancement