Library/routes/api/v1
kolaente 989ab530dd
Return 400 instead of 500 when updateing something where the id is not an int
2018-01-29 15:46:56 +01:00
..
author_delete.go Modified http status code on error 2018-01-24 13:15:28 +01:00
author_show.go Fixed lint 2017-11-08 10:55:17 +01:00
authors_add_update.go Return 400 instead of 500 when updateing something where the id is not an int 2018-01-29 15:46:56 +01:00
authors_list.go Improved error messages 2018-01-15 13:20:58 +01:00
book_delete.go Modified http status code on error 2018-01-24 13:15:28 +01:00
book_show.go Improved error messages 2018-01-15 13:20:58 +01:00
books_add_update.go Return 400 instead of 500 when updateing something where the id is not an int 2018-01-29 15:46:56 +01:00
books_list.go Improved error messages 2018-01-15 13:20:58 +01:00
items_add_update.go Return 400 instead of 500 when updateing something where the id is not an int 2018-01-29 15:46:56 +01:00
items_delete.go Modified http status code on error 2018-01-24 13:15:28 +01:00
items_list.go Improved error messages 2018-01-15 13:20:58 +01:00
items_show.go Added item managagement 2017-11-29 12:25:52 +01:00
publishers_add_update.go Return 400 instead of 500 when updateing something where the id is not an int 2018-01-29 15:46:56 +01:00
publishers_delete.go Modified http status code on error 2018-01-24 13:15:28 +01:00
publishers_list.go Improved error messages 2018-01-15 13:20:58 +01:00
publishers_show.go Added item managagement 2017-11-29 12:25:52 +01:00
status.go Fixed Lint + gofmt 2017-11-15 16:16:44 +01:00
token_check.go gofmt 2017-12-01 12:38:36 +01:00
user_add_update.go Return 400 instead of 500 when updateing something where the id is not an int 2018-01-29 15:46:56 +01:00
user_delete.go Modified http status code on error 2018-01-24 13:15:28 +01:00
user_show.go Obfuscated user passwords when returning a user object 2018-01-29 15:33:38 +01:00
user_update_password.go Fixed a bug where a user couldn't update its own password 2018-01-26 15:09:33 +01:00
users_list.go Fixed lint 2018-01-23 13:00:32 +01:00