Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makinosp/vrckit
A Swift library for VRChat Web API.
https://github.com/makinosp/vrckit
swift vrchat vrchat-api
Last synced: 27 days ago
JSON representation
A Swift library for VRChat Web API.
- Host: GitHub
- URL: https://github.com/makinosp/vrckit
- Owner: makinosp
- License: mit
- Created: 2024-02-10T13:23:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T12:20:39.000Z (about 1 month ago)
- Last Synced: 2024-09-27T08:01:04.396Z (about 1 month ago)
- Topics: swift, vrchat, vrchat-api
- Language: Swift
- Homepage:
- Size: 356 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VRCKit
[![License](https://img.shields.io/github/license/makinosp/vrckit.svg)](https://img.shields.io/github/license/makinosp/vrckit.svg)
[![Release](https://img.shields.io/github/release/makinosp/vrckit.svg)](https://img.shields.io/github/release/makinosp/vrckit.svg)
![Swift](https://img.shields.io/badge/Swift%206.0-F05138?logo=Swift&logoColor=white)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5a8b6e5463a044e0b2ee948367df127c)](https://app.codacy.com/gh/makinosp/vrckit/dashboard)A Swift client to interact with the [VRChat API](https://vrchatapi.github.io/).
## Disclaimer
This is the official response of the VRChat Team (from Tupper more specifically) on the usage of the VRChat API.
> Use of the API using applications other than the approved methods (website, VRChat application) are not officially supported. You may use the API for your own application, but keep these guidelines in mind:
>
> * We do not provide documentation or support for the API.
> * Do not make queries to the API more than once per 60 seconds.
> * Abuse of the API may result in account termination.
> * Access to API endpoints may break at any given time, with no warning.As stated, this documentation was not created with the help of the official VRChat team. Therefore this documentation is not an official documentation of the VRChat API and may not be always up to date with the latest versions. If you find that a page or endpoint is not longer valid please create an issue and tell us so we can fix it.