Live data from Hacker News

Viewing profile — krsyoung

krsyoung

HN member
Joined
Mon, Apr 18, 2016, 6:32 PM UTC
HN karma
4
Public activity
17 items

About krsyoung

No profile information was provided.

Recent public activity

  1. comment
    Comment #19089187

    Very cool. We're facing this common problem where endpoint consumers go query-happy with GraphQL seeing as it is so easy to pull a large amount of data (or trigger a large number o…

  2. comment
    Comment #13073810

    All the more motivation for API Providers to publish their specifications so that IDE integrations like this are effective!

  3. comment
    Comment #12967756

    I still lean heavily on the framework to help with the API aspects (i.e. Rails, Sinatra, Express, Flask ...). I now consistently (at least in my mind) document the APIs via Open AP…

  4. comment
    Comment #12875387

    Do you think that we need to standardize on extensions? The blog post makes it clear that there is room to add additional information to the OAS document ... the question would be …

  5. comment
    Comment #12709222

    For Web APIs OpenAPI Specification has been a great resource for internal and external projects. With viewers like https://github.com/Rebilly/ReDoc/ it gets pretty easy to take the…

  6. comment
    Comment #12354612

    There are many great options in the list but with the state of industry and the large number of APIs coming out each year Google is still a great place to start! Curious if folks p…

  7. comment
    Comment #12118427

    My take is that Hitch is there to help developers stay informed (via push vs pull) about changes to APIs they are interested in and then to provide a forum to discuss those changes…

  8. comment
    Comment #12118417

    Hitch looks like a slick iteration on the API Changelog. Any plans to support the ability to search for APIs? Also curious how Hitch would look if it could more easily detect chang…

  9. comment
    Comment #11880864

    Good point, think they are broadly used? My experience with the SDK generation has been hit or miss but the intention is good!

  10. comment
    Comment #11878950

    I agree with this post. I very rarely consider using a service's API without a client library. Taking the load off authentication and marshaling is incredibly valuable in my develo…

  11. comment
    Comment #11772091

    Definitely there are many benefits to having API specifications available (SDK generation, testing, etc.) especially if they can come from the providers as an alternate from human …

  12. comment
    Comment #11646236

    I only need one API for TechCrunch: https://apiharmony-open.mybluemix.net/apis/550ad2f16170695ca...

  13. comment
    Comment #11585806

    You blew my mind a little bit there ... so you're introducing the notion of a super light-weight subscription / payment system to sidecar the API specification itself? This somethi…

  14. comment
    Comment #11585761

    IvanGoncharov, you've done much work in this space in trying to innovate around Web APIs (thanks for that!). I think realityking nailed it in terms of the API community needing to …

  15. comment
    Comment #11584479

    First, it is too bad that you spent weeks and probably didn't find the "right" solution (because it doesn't seem to exist). Second, I like your enthusiasm for specs from code ... t…

  16. comment
    Comment #11584300

    Spidler, what you show is nice, to the point documentation for human consumption. The API specification mentioned is related to things like OpenAPI Specification ( http://swagger.i…

  17. comment
    Comment #11583429

    A possible reason is the fear of losing intellectual property. Providing a machine readable format makes duplication much easier (although you'd still have to deal with the impleme…