Live data from Hacker News

Viewing profile — jon_moore

jon_moore

HN member
Joined
Wed, Jul 11, 2012, 10:40 PM UTC
HN karma
1
Public activity
6 items

About jon_moore

No profile information was provided.

Recent public activity

  1. comment
    Comment #5664836

    N.B. Pipelining can be used for any idempotent request (so PUTs and DELETEs work too). That said, lack of broad implementation support for pipelining is still an issue. Since HTTP/…

  2. comment
    Comment #4840799

    I'm pretty sure Google's home page doesn't include every possible search term for you to select from, and that's a perfectly RESTful example of an exposed function (search). Forms …

  3. comment
    Comment #4840789

    GET /cityDistance?city1=Chicago&city2=Austin Also, while POST can mean "create", it can also mean "append" or "process some arbitrary request."

  4. comment
    Comment #4231876

    I think it's somewhat of a benefit to make the clients expect to do a little searching to find the data/links/forms they want to use--it makes them a little more robust and adaptab…

  5. comment
    Comment #4231862

    A lot of Mike Amundsen's work you've listed here is a direct inspiration for this article. Thanks, MCA!

  6. comment
    Comment #4231858

    Yep, this is really the point. If we think hypermedia APIs give you evolvability, then we've got to figure out how to do it; we don't have libraries for that sitting around, so som…