Ripon-MIT-Maker-Squad / LifeGuard-Backend

MIT License
0 stars 0 forks source link

Rewritting Post request #3

Open LukeBair opened 11 months ago

LukeBair commented 11 months ago

Should use "content-body" parameter to send json blocks of information, query parameters should only be used for get/delete requests (usually).

LukeBair commented 11 months ago

This will mean rewriting or moving a size-able portion of the LifeGuard API, as the posts will need to be moved so that they do not take query parameters