๐Ÿ™Žโ€โ™€๏ธBibliotecarias

/bibliotecarias/

GET

/ - Listar todas as bibliotecรกrias

Resultado:

{
  "status": "success",
  "DATA": [
    {
      "id": 1,
      "nome": "Ana Beatriz"
    },
    {
      "id": 2,
      "nome": "Laura Neves"
    }
  ]
}

POST

/criar/ - [nome*]

Last updated