Improve logging handling (#57)
This commit is contained in:
7
vendor/code.vikunja.io/web/Readme.md
generated
vendored
7
vendor/code.vikunja.io/web/Readme.md
generated
vendored
@ -22,6 +22,7 @@ implementations thus leading to much flexibility.
|
||||
## Table of contents
|
||||
|
||||
* [Installation](#installation)
|
||||
* [Todos](#todos)
|
||||
* [CRUDable](#crudable)
|
||||
* [Rights](#rights)
|
||||
* [Handler Config](#handler-config)
|
||||
@ -35,6 +36,12 @@ implementations thus leading to much flexibility.
|
||||
* [Errors](#errors)
|
||||
* [URL param binder](#how-the-url-param-binder-works)
|
||||
|
||||
### TODOs
|
||||
|
||||
* [ ] Description of web.HTTPError
|
||||
* [ ] Rights methods should return errors (I know, this will break a lot of existing stuff)
|
||||
* [ ] Improve docs
|
||||
|
||||
## Installation
|
||||
|
||||
Using the web handler in your application is pretty straight forward, simply run `go get -u code.vikunja.io/web` and start using it.
|
||||
|
Reference in New Issue
Block a user