-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
794 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vrchatapi" | ||
version = "1.18.5" | ||
version = "1.18.6" | ||
authors = ["[email protected]"] | ||
description = "VRChat API Client for Rust" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# FavoritedWorld | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**author_id** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | | ||
**author_name** | **String** | | | ||
**capacity** | **i32** | | | ||
**description** | **String** | | | ||
**recommended_capacity** | Option<**i32**> | | [optional] | ||
**created_at** | **String** | | | ||
**favorites** | **i32** | | [default to 0] | ||
**favorite_group** | **String** | | | ||
**favorite_id** | **String** | | | ||
**featured** | **bool** | | [default to false] | ||
**visits** | Option<**i32**> | | [optional][default to 0] | ||
**heat** | **i32** | | [default to 0] | ||
**id** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | | ||
**image_url** | **String** | | | ||
**labs_publication_date** | **String** | | | ||
**name** | **String** | | | ||
**occupants** | **i32** | | [default to 0] | ||
**organization** | **String** | | [default to vrchat] | ||
**popularity** | **i32** | | [default to 0] | ||
**preview_youtube_id** | Option<**String**> | | [optional] | ||
**publication_date** | **String** | | | ||
**release_status** | [**models::ReleaseStatus**](ReleaseStatus.md) | | | ||
**tags** | **Vec<String>** | | | ||
**thumbnail_image_url** | **String** | | | ||
**unity_packages** | [**Vec<models::UnityPackage>**](UnityPackage.md) | | | ||
**updated_at** | **String** | | | ||
**udon_products** | Option<**Vec<String>**> | | [optional] | ||
**version** | **i32** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Jam | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**description** | **String** | | | ||
**id** | **String** | | | ||
**is_visible** | **bool** | | | ||
**more_info** | **String** | | | ||
**state** | **String** | One of: - submissions_open - closed | | ||
**state_change_dates** | [**models::JamStateChangeDates**](Jam_stateChangeDates.md) | | | ||
**submission_content_gate_date** | Option<**String**> | | | ||
**submission_content_gated** | **bool** | | | ||
**title** | **String** | | | ||
**updated_at** | **String** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# JamStateChangeDates | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**closed** | Option<**String**> | | [optional] | ||
**submissions_closed** | Option<**String**> | | [optional] | ||
**submissions_opened** | Option<**String**> | | [optional] | ||
**winners_selected** | Option<**String**> | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# \JamsApi | ||
|
||
All URIs are relative to *https://vrchat.com/api/1* | ||
|
||
Method | HTTP request | Description | ||
------------- | ------------- | ------------- | ||
[**get_jam**](JamsApi.md#get_jam) | **GET** /jams/{jamId} | Show jam information | ||
[**get_jam_submissions**](JamsApi.md#get_jam_submissions) | **GET** /jams/{jamId}/submissions | Show jam submissions | ||
[**get_jams**](JamsApi.md#get_jams) | **GET** /jams | Show jams list | ||
|
||
|
||
|
||
## get_jam | ||
|
||
> models::Jam get_jam(jam_id) | ||
Show jam information | ||
|
||
Returns a jam. | ||
|
||
### Parameters | ||
|
||
|
||
Name | Type | Description | Required | Notes | ||
------------- | ------------- | ------------- | ------------- | ------------- | ||
**jam_id** | **String** | Must be a valid query ID. | [required] | | ||
|
||
### Return type | ||
|
||
[**models::Jam**](Jam.md) | ||
|
||
### Authorization | ||
|
||
[authCookie](../README.md#authCookie) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: application/json | ||
|
||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) | ||
|
||
|
||
## get_jam_submissions | ||
|
||
> Vec<models::Submission> get_jam_submissions(jam_id) | ||
Show jam submissions | ||
|
||
Returns all submissions of a jam. | ||
|
||
### Parameters | ||
|
||
|
||
Name | Type | Description | Required | Notes | ||
------------- | ------------- | ------------- | ------------- | ------------- | ||
**jam_id** | **String** | Must be a valid query ID. | [required] | | ||
|
||
### Return type | ||
|
||
[**Vec<models::Submission>**](Submission.md) | ||
|
||
### Authorization | ||
|
||
[authCookie](../README.md#authCookie) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: application/json | ||
|
||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) | ||
|
||
|
||
## get_jams | ||
|
||
> Vec<models::Jam> get_jams(r#type) | ||
Show jams list | ||
|
||
Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. `` | ||
|
||
### Parameters | ||
|
||
|
||
Name | Type | Description | Required | Notes | ||
------------- | ------------- | ------------- | ------------- | ------------- | ||
**r#type** | Option<**String**> | Only show jams of this type (`avatar` or `world`). | | | ||
|
||
### Return type | ||
|
||
[**Vec<models::Jam>**](Jam.md) | ||
|
||
### Authorization | ||
|
||
[authCookie](../README.md#authCookie) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: application/json | ||
|
||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.