Skip to content

Instantly share code, notes, and snippets.

@lfarah
Last active May 15, 2018 18:06
Show Gist options
  • Save lfarah/a1a68bbdcbb7a9f3170005f1da1ade0b to your computer and use it in GitHub Desktop.
Save lfarah/a1a68bbdcbb7a9f3170005f1da1ade0b to your computer and use it in GitHub Desktop.
ProblemasServidorPEL

Problemas do Servidor

Listas

Endpoint: v1/user/1/lists/3 - DELETE

BUG ao deletar uma lista que tem livros

Endpoint: v1/user/1/lists - POST

Servidor da erro ao criar listas com o mesmo nome para usuários diferentes

Explorar

Endpoint: v1/featured - GET

Favoritos está mockado

Categorias

Endpoint: v1/categories - GET

id vem como Int, mas deveria ser String

Filtros

Endpoint: v1/categories/1/filters - GET

Endpoint está mockado

Detalhe do livro

Endpoint: v1/books/23300241 - GET

Se o livro só tem um theme, está vindo como string. Deveria sempre vir como array de Strings

Endpoint: v1/books/23300241 - GET

Em other_titles, name deveria ser names com uma array de Strings ao invés de String

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment