inaka / rest_guidelines

REST API Design Guidelines
Apache License 2.0
11 stars 1 forks source link

Query String VS. Request Body. Where to send the object? #9

Open agerace opened 7 years ago

agerace commented 7 years ago

Where to send parameters or objects? GET => On the query string PUT, PATCH, POST, DELETE => On the request body

elbrujohalcon commented 7 years ago

More explicitely…