Skip to content

Instantly share code, notes, and snippets.

@EmanuelCadems
Created May 4, 2019 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmanuelCadems/72f1ca4a22f6da82fce0d8eedcb8b24d to your computer and use it in GitHub Desktop.
Save EmanuelCadems/72f1ca4a22f6da82fce0d8eedcb8b24d to your computer and use it in GitHub Desktop.
GET
POST
PUT
UPDATE
DELETE
Recursos:
productos,
compras,
pagos,
GET /payments/1
GET /payments
PUT /payments/1
{
name="lala",
price=12.34
}
POST /payments
{
name="lala",
price=12.34
}
DELETE /payments/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment