Library/routes/api/v1
konrad f09e5c6f84
Added check if the emailaddress is already used when creating a new user
2018-01-26 16:00:18 +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 Beautified error messages 2018-01-25 12:23:51 +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 Added custom error type when a publisher has no name 2018-01-24 23:55:10 +01:00
books_list.go Improved error messages 2018-01-15 13:20:58 +01:00
items_add_update.go Added error type for no item title 2018-01-24 13:04:47 +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 Added custom error type when a publisher has no name 2018-01-24 23:55:10 +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 Added check if the emailaddress is already used when creating a new user 2018-01-26 16:00:18 +01:00
user_delete.go Modified http status code on error 2018-01-24 13:15:28 +01:00
user_show.go fixed lint + gofmt 2018-01-23 16:20:37 +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