Skip to content

Releases: xp-forge/rest-client

0.7.0: Logging

05 Nov 20:38
Compare
Choose a tag to compare
  • Merged PR #8: RestFormat - @thekid
  • Merged PR #7: Logging - @thekid
  • Improved Endpoint::connecting() to also accept callables using either
    the array or "Class::method" string syntax.
    (@thekid)

0.6.0: Cookies

04 Nov 21:38
Compare
Choose a tag to compare
0.6.0: Cookies Pre-release
Pre-release

Links::in()

02 Nov 16:18
Compare
Choose a tag to compare
Links::in() Pre-release
Pre-release
  • Merged PR #5: Add new static Links::in() method which accepts null
    and returns an empty header; thus simplifying its usage.
    (@thekid)

0.5.0: Link header

02 Nov 15:27
Compare
Choose a tag to compare
0.5.0: Link header Pre-release
Pre-release
  • Merged PR #4: Parse "Link" headers as defined per RFC 5988 - @thekid

0.4.1: Parameter fix

30 Aug 20:30
Compare
Choose a tag to compare
0.4.1: Parameter fix Pre-release
Pre-release
  • Fixed parameters supplied in resource appearing twice in request URL
    (@thekid)

0.4.0: URL encoding

30 Aug 17:21
Compare
Choose a tag to compare
0.4.0: URL encoding Pre-release
Pre-release
  • Default mime type for resources' post(), put() and patch() methods
    to application/x-www-form-urlencoded.
    (@thekid)
  • Fixed application/x-www-form-urlencoded format not serializing data
    (@thekid)

0.3.0: NULL payloads

30 Aug 15:10
Compare
Choose a tag to compare
0.3.0: NULL payloads Pre-release
Pre-release
  • Allowed transferring NULL as payload - @thekid
  • Fixed Too few arguments to {closure}() when using buffered transfers
    (@thekid)

0.2.0: Namespace change

30 Aug 14:08
Compare
Choose a tag to compare
Pre-release
  • Heads up: All classes are now inside the package webservices.rest!
    (@thekid)
  • Fixed issue #1: Incompatible types when using rest-client together
    with rest-api library
    (@thekid)

0.1.0: Initial release

30 Aug 12:26
Compare
Choose a tag to compare
Pre-release
  • Hello World! First release - @thekid