REST API Best practice: How to accept as input a list of parameter values
- by whatupwilly
Hi All,
We are launching a new REST API and I wanted some community input on best practices around how we should have input parameters formatted:
Right now, our API is very JSON-centric (only returns JSON). The debate of whether we want/need to return XML is a separate issue.
As our API output is JSON centric, we have been going down a path…