aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/openapi.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Filter by category (#720)PhieF2018-06-271-0/+5
| | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues
* Add ability to schedule video publicationChocobozzz2018-06-151-2/+23
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-0/+8
| | | | publishing a video
* Only use account name in routesChocobozzz2018-05-251-9/+9
|
* Update video-channel routes (again)Chocobozzz2018-04-251-47/+22
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-7/+46
|
* Update video channel routesChocobozzz2018-04-241-26/+46
|
* Use ISO 639 for languagesChocobozzz2018-04-231-11/+14
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+32
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Add auth documentationChocobozzz2018-04-161-0/+66
|
* Fix api doc in video update endpointChocobozzz2018-04-061-1/+1
|
* Upgrade api docChocobozzz2018-04-061-32/+164
|
* Prepare betaChocobozzz2018-03-201-1/+1
|
* Update the api documentationChocobozzz2018-03-191-20/+20
|
* Change video abuse API responseChocobozzz2018-03-121-10/+7
|
* Update videos api list for accountChocobozzz2018-03-121-4/+7
|
* Add api base path in documentationChocobozzz2018-03-071-1/+5
|
* Apidoc (#302)Dimitri Gilbert2018-02-171-0/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition * openapi fix typo + improvement on video/comment endpoints * removed misplaced openapi file * api documentation improvement
* Api doc improvement (#252)Dimitri Gilbert2018-01-251-25/+39
| | | | | | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition * openapi fix typo + improvement on video/comment endpoints * removed misplaced openapi file
* Add api doc in htmlChocobozzz2018-01-241-2/+16
|
* Fix testsChocobozzz2018-01-241-0/+1209