https://github.com/mikeralphson/openc4
Open Channel 4 API SDK
https://github.com/mikeralphson/openc4
Last synced: about 2 months ago
JSON representation
Open Channel 4 API SDK
- Host: GitHub
- URL: https://github.com/mikeralphson/openc4
- Owner: MikeRalphson
- License: bsd-3-clause
- Created: 2016-06-24T13:40:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T07:46:31.000Z (over 2 years ago)
- Last Synced: 2024-10-22T02:07:26.004Z (7 months ago)
- Language: JavaScript
- Homepage: http://developer.channel4.com
- Size: 389 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

OpenApi (Swagger) 2.0 and simple Javascript SDK for the (UK) Channel 4 API.

Compare:
* [Swagger UI](http://mermade.github.io/swagger/index.html?url=https://raw.githubusercontent.com/Mermade/openC4/master/c4Api/swagger.json) Generated from written documentation with numerous fixups
* [Mashery IO docs](http://developer.channel4.com/io-docs) Official, hidden on C4 developer's page
1. node scrapeApi # to retrieve the raw API doc html, this has already been done for you
2. node parseApi # to produce c4Api/api.json, swagger.json and api.js, this has already been done for you
3. ??? # seriously, look at [BBCParse OpenNitroSDK](https://github.com/Mermade/bbcparse/blob/master/nitroSdk.js) and the [example in the wiki](https://github.com/Mermade/openC4/wiki)
4. profitGenerated [JSDoc](https://doclets.io/Mermade/openC4/master) courtesy of [doclets.io](http://doclets.io)