Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchio/ts-itchio-api
📔 Typings for itch.io API objects (camel-cased)
https://github.com/itchio/ts-itchio-api
Last synced: 2 months ago
JSON representation
📔 Typings for itch.io API objects (camel-cased)
- Host: GitHub
- URL: https://github.com/itchio/ts-itchio-api
- Owner: itchio
- Created: 2017-11-10T11:52:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T07:16:50.000Z (over 2 years ago)
- Last Synced: 2024-04-26T22:22:48.520Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-itchio-api
![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)ts-itchio-api solely contains TypeScript typings for itch.io API objects,
like games, users, uploads and builds.## Usage
It is not meant to be used directly, but rather shared between several
npm packages such as:* [itch](https://github.com/itchio/itch) — the itch.io app
* [node-buse](https://github.com/itchio/node-buse) — the buse (butler service) client for node.js## License
ts-itchio-api is released under the MIT license, see the LICENSE file.