Is the following URI good in REST 开发者_C百科or how can it be improved? This is the service definition: (REST and SOAP - WCF)
I have a simple WCF REST based service deployed (development ofcourse) using SSL. I am trying to make it work with basic authentication but quite frankly am getting nowhere with it.
Ok, I\'ve been looking for over an hour on this subjec开发者_StackOverflow中文版t and can only find OAuth solutions, which I do not need or want.
I am building a social website that will expose REST API (WCF WebAPI) to the world so any developer would be able to create a client application for the website, integrate it with other services, etc.
Until now all my thumbnails have been 150x150. I would like to support different thumbnail sizes, in order to deal with different Android/iPhone models.
Here i开发者_StackOverflow中文版s my requirement: I have a simple table in mysql(Consider any table with a few fields)
I am using restEasy(Restful implementation for jboss) ejb3.0, Jboss5.1.1 AS I did restful service which accepting simple object.
I have the following (common, I guess) scenario: a master node holding a list of items (urls, jobs, whatever) to be processed, and a set of N worker nodes.
We\'re building a game for Android, which needs access to web services - so we wrote a RESTful API in PHP that runs on our own server. What the API offers is: creating user, logging in, downloading ga
This question already has answers here: Closed 11 years ago. Possible Duplicate: Rest URL design - multiple resources in one http call