Viewing profile — krsyoung
krsyoung
HN member- Joined
- Mon, Apr 18, 2016, 6:32 PM UTC
- HN karma
- 4
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About krsyoung
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #13073810
All the more motivation for API Providers to publish their specifications so that IDE integrations like this are effective!
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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!
-
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…
-
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 …
-
comment
Comment #11646236
I only need one API for TechCrunch: https://apiharmony-open.mybluemix.net/apis/550ad2f16170695ca...
-
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…
-
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 …
-
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…
-
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…
-
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…