aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Correct API documentation for search (#881)David Libeau2018-07-292-2/+2
|
* Correct API documentation for search (#878)David Libeau2018-07-282-174/+200
|
* Fix start/count/sort params in documentationChocobozzz2018-07-1713-1198/+1089
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+122
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* 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-152-8/+97
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-122-0/+34
| | | | publishing a video
* Add API example to list videosChocobozzz2018-06-111-0/+7
|
* Only use account name in routesChocobozzz2018-05-252-24/+256
|
* Update video-channel routes (again)Chocobozzz2018-04-252-593/+377
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-7/+46
|
* Update video channel routesChocobozzz2018-04-242-200/+415
|
* Use ISO 639 for languagesChocobozzz2018-04-231-11/+14
|
* Add rest api quickstartChocobozzz2018-04-171-0/+47
|
* 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-163-4/+753
|
* Upgrade spectacle moduleChocobozzz2018-04-063-1021/+695
|
* Fix api doc in video update endpointChocobozzz2018-04-062-3/+2
|
* Upgrade api docChocobozzz2018-04-062-61/+919
|
* Misc. typosluz.paz2018-03-301-11/+11
| | | Found via `codespell -q 3`
* Prepare betaChocobozzz2018-03-202-2/+2
|
* Update the api documentationChocobozzz2018-03-192-191/+292
|
* 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-072-2/+12
|
* Upgrade api doc html fileChocobozzz2018-03-071-99/+1090
|
* 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-248-2/+9827
|
* Fix testsChocobozzz2018-01-241-0/+1209