Tagged Questions
4
votes
1answer
68 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
89 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
158 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 ...
7
votes
2answers
2k 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?
...