Tagged Questions
3
votes
2answers
223 views
How can you provide a public writeable API and not get spammed?
So say you had a site like StackExchange. Now imagine you created a machine-writeable API capable of posting questions and comments and doing everything your browser can do.
Of course, about 5 ...
1
vote
2answers
136 views
Managing Alerts in Web Application Using RESTful API
I have designed a RESTful API and I am now working on creating a web application to use the service.
One thing I am struggling with is how to manage alerts in the web application (similar to the ...
0
votes
1answer
126 views
Rails-API gem, Is there such thing as an API only application?
I've built a few API's using the complete rails stack. In each project there have been multiple uses for rails core features. Each of the API has had management screens for monitoring usage, managing ...
1
vote
1answer
144 views
RESTful API design - should a PUT return related data?
I have an API which allows a user to update their system status; and a separate call to retrieve system status updates from other users. Would it make sense to unify them under a PUT request where a ...
4
votes
1answer
81 views
Retexturing a model via API on the web
I'm looking at creating a site where a user could see our product and configure the options or look of it and see an image that represents that.
The way I'm doing it now is if you have Piece A ...
3
votes
2answers
798 views
How to use a 3rd party web API
I am trying to understand the concept of using 3rd party web API.
From what I understand so far, web API look like regular URLs with some parameters etc. Will the client program need to download and ...
2
votes
1answer
234 views
Question about API and Web application code sharing
This is a design question. I have a multi part application with several user types. There is a user client for the patient that interacts with a web service. There is an API evolving behind the web ...
9
votes
2answers
6k views
How do web API's work?
I have heard of many web API's like that of Facebook, Twitter, etc., which helps third party access data and manipulate it. I would like to know how a web API works. What are the basics of a web API?
...