about summary refs log tree commit diff
path: root/http.go
Commit message (Collapse)AuthorAge
* implemented cachingEmile2019-09-23
|
* always return jsonEmile2019-09-23
| | | | the api simply always returns the result as json
* cachingEmile2019-09-23
| | | | find out if the categories file exists, if not, download it
* moved codeEmile2019-09-23
| | | | moved the code from the dumpallHandler into the dumpall function located in the funcs.go file
* removed unused commentsEmile2019-09-16
|
* spellcheckEmile2019-09-14
|
* working 0.1Emile2019-09-14
|
* updated the modulesEmile2019-09-11
|
* split up the package into multiple filesEmile2019-09-05