Skip to content

Releases: xp-forge/rest-client

5.8.0: URI library compatibility

18 Jan 16:42
Compare
Choose a tag to compare
  • Made this library compatible with xp-forge/uri, version 3.0+ (@thekid)

5.7.0: Marshalling

01 Nov 14:17
Compare
Choose a tag to compare
  • Made marshalling member of webservices.rest.Endpoint public in order
    to be able to register user type mappings, see xp-forge/marshalling#7
    (@thekid)
  • Merged PR #34: Add TestCall::content() which returns marshalled payload
    (@thekid)

5.6.1: URL encoding fix

05 Oct 13:40
Compare
Choose a tag to compare
  • Ensured URL segments are encoded correctly - @thekid

5.6.0: XP 12 compatibility

24 Mar 13:23
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

5.5.0: Marshalling library compatibility

24 Sep 17:06
Compare
Choose a tag to compare
  • Added compatibility with xp-forge/marshalling v2.0.0 - @thekid

5.4.0: JSON text mimetype

12 Jun 09:15
Compare
Choose a tag to compare

5.3.0: Resource URI

30 Sep 14:08
Compare
Choose a tag to compare

5.2.0: Testing API route segments

04 Sep 19:57
Compare
Choose a tag to compare
  • Merge PR #28: Support segments in TestEndpoint routes - @thekid

5.1.1: JSON subtypes fix

26 Aug 11:27
Compare
Choose a tag to compare
  • Fix issue #27: Cannot deserialize from application/rdap+json - @thekid

5.1.0: Timeouts

03 Jun 06:45
Compare
Choose a tag to compare
  • Merged PR #24: Add possibility to modify read and connect timeouts
    (@thekid)