summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/star.go
Commit message (Collapse)AuthorAgeFilesLines
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-38/+76
| | | | | | | | | | | * Update swagger documentation Add docs for missing endpoints Add documentation for request parameters Make parameter naming consistent Fix response documentation * Restore delete comments
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-5/+5
| | | | | | | | | | | | | | | | | | | | * Add swagger comment for adminCreateOrg * Add swagger comment for admin route * add hook swagger doc * Add tags * Add auth * Fix name of responses * Edit name method * Update vendor * make generate-swagger
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+36
| | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-5/+2
|
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-1/+9
| | | | Also move duplicated code into repo.APIFormat(..)
* API endpoints for starsEthan Koenig2016-11-161-0/+76