Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galembeck/happy-backend

Backend application of "happy (repository)".
https://github.com/galembeck/happy-backend

Last synced: about 1 month ago
JSON representation

Backend application of "happy (repository)".

Awesome Lists containing this project

README

        

ROTA = CONJUNTO
RECURSO = USUÁRIO
PARÂMETROS

MÉTODOS (HTTP) = GET, POST, PUT, DELETE

GET = Buscar uma informação (lista, item...).
POST = Criando uma informação.
PUT = Editando uma informação.
DELETE = Deletando uma informação.

QUERY (PARAMS): http://localhost:3333/users?search=pedro&page=2
ROUTE (PARAMS): http://localhost:3333/users/1 (Identificar algum recurso).
BODY: http://localhost:3333/users (Enviar dados...).