Skip to content

Tags: chris-kobrzak/JsonApiClient

Tags

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add variants of put and post requests (#1)

This includes `patch` calls with token and `put` with an array of dictionaries.

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
chris-kobrzak Chris Kobrzak
Conform to Sendable protocol to enable concurrency

This is breaking change, only available in version 4+.

3.0.1

Toggle 3.0.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chris-kobrzak Chris Kobrzak
Consume recently extracted network helper

3.0.0

Toggle 3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
chris-kobrzak Chris Kobrzak
New methods, underlying functions no longer public

2.0.0

Toggle 2.0.0's commit message
Remove argument aliases from method signatures

It is considered a good practice to use named arguments even though this
makes method invocations a bit more wordy.
Also, forced unwrapping has been removed from the URL arguments as this
was simply a coding mistake.

1.0.0

Toggle 1.0.0's commit message
Update signatures to make `token` last parameter

This is for consistency and to potentially make it easier to make tokens
optional in the future.

0.0.1

Toggle 0.0.1's commit message
Change signature of DELETE handler to only be used with empty response