a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Kaius
Kaius  ·  4125 days ago  ·  link  ·    ·  parent  ·  post: Hubski API

Looks good! Any particular reason you are using POST only? If I want to update a comment or something it would be nice if the API supported a PUT request rather than POST. PUT would be idempotent also so if the first request failed I could reissue the same request and not suffer any ill effect...

Looks good so far, keep up the good work.