Skip to content

1.1.0

Compare
Choose a tag to compare
@hlfcoding hlfcoding released this 06 Mar 04:16
· 143 commits to master since this release

New people methods to provide full coverage of
people API (except people/push).

  • GET /people/nearby
  • GET /people/:id/register
  • GET /people/:id/taggings
  • PUT /people/:id/taggings
  • DELETE /people/:id/taggings/:tag
  • GET /people/:id/capitals
  • POST /people/:id/capitals
  • DELETE /people/:id/capitals/:id

Also:

  • Fix query parameter escaping and encoding
  • Some client refactoring and test cleanup