(Note: this question is strictly about the design of the API, not about how to implement it; i.e. I only care about what the client of my API sees here, not what I have to do to make it work.)
I\'m opening up a few REST API calls to others to use. Some of them include search filters. Let\'s say I have a grocery endpoint When I currently make calls I might use:
I am currently developing a very simple web service and thought I could write an API for that so when I decide to expand it on ne开发者_C百科w platforms I would only have to code the parser applicatio
Where is an API of, let’s say, one method: “DoSomething()”. There should be two versions of the method: asynchronous and synchronous. We should encourage API users to use async one so sync one prob
I\'m a bit puzzled by this one. There are some methods in the 开发者_Python百科Java API like Thread.destroy() that aren\'t implemented at all. (I know it hasn\'t been implemented probably because it w
There are a few different common patterns for returning the result of a function call in public APIs.It is not obvious which is the best approach.Is there a general consensus on a best practice, or, a
I have a nested list which must be filled with new data based on what does user select in an Ext.Carousel.
I\'m working on a tool where users can use their own annotations to describe data processing workflow (like validation, transformation etc).
Standard way of working on new API (library, class, whatever) usually looks like this: you think about what methods would API user need
We have a platform component (written in Java) that now shall be backward compatible for a certain period, e.g. 3 years.