I need开发者_开发问答 to send integer, string array as pathparam or query string to get the values from the database. The use case is that i have the array of user ids and i need to send it as paramet
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
I h开发者_运维技巧ave a question regarding the best way to structure a restful design for a particular part of an app I am working on.
I was designing a web app and then stopped to think about how my api should be designed as a RESTful web service.For now, most of my URI\'s are generic and might apply to various web apps:
I\'m getting started on a contracting project bid, and I was hoping for some advice on the best way to go about it.
SO I am about to write a REST API with Django using django-piston but my employer just wanted to be able to retrieve and create data, so I was wondering what is the difference between:
I want to test my secured webservice to the following: UrlMapping correct, so are the following services available or not?
Curious about using either framework 开发者_Python百科for a REST APIWell journey hasn\'t been updated for over 170 days. I\'ve never heard of it before.
This is for people with knowledge on REST and Neo4j. Is it possible to name a node before creating it in Neo4j ?
Say i have an API exposing two related resou开发者_如何学Crces, Company which has many Employees.