Skip to content

1.3.0

Compare
Choose a tag to compare
@Naktibalda Naktibalda released this 08 Apr 08:28
· 55 commits to master since this release
2cd9901
  • Add generic send method taking HTTP method as parameter
  • Don't send request body with DELETE and OPTIONS requests
  • Validate url and params parameters of all send methods
  • Document that sendPost, sendPut, sendPatch methods accept string and JsonSerializable as params too
  • Other documentation improvements