Skip to content

Commit

Permalink
Upgrade C# SDK to spec 1.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Nov 7, 2024
1 parent c08e584 commit 9e57004
Show file tree
Hide file tree
Showing 212 changed files with 865 additions and 400 deletions.
18 changes: 9 additions & 9 deletions docs/AuthenticationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VRChat.API.Api.AuthenticationApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

| Method | HTTP request | Description |
|--------|--------------|-------------|
Expand Down Expand Up @@ -36,7 +36,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
var apiInstance = new AuthenticationApi(config);
var email = "email_example"; // string | Filter by email. (optional)
var displayName = "displayName_example"; // string | Filter by displayName. (optional)
Expand Down Expand Up @@ -134,7 +134,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -231,7 +231,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -330,7 +330,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -422,7 +422,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -519,7 +519,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -616,7 +616,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -708,7 +708,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down
20 changes: 10 additions & 10 deletions docs/AvatarsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VRChat.API.Api.AvatarsApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

| Method | HTTP request | Description |
|--------|--------------|-------------|
Expand Down Expand Up @@ -37,7 +37,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -134,7 +134,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -232,7 +232,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -330,7 +330,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -452,7 +452,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -550,7 +550,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -671,7 +671,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -769,7 +769,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -868,7 +868,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down
12 changes: 6 additions & 6 deletions docs/EconomyApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VRChat.API.Api.EconomyApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

| Method | HTTP request | Description |
|--------|--------------|-------------|
Expand Down Expand Up @@ -33,7 +33,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -125,7 +125,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -222,7 +222,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -319,7 +319,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -411,7 +411,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down
18 changes: 9 additions & 9 deletions docs/FavoritesApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VRChat.API.Api.FavoritesApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

| Method | HTTP request | Description |
|--------|--------------|-------------|
Expand Down Expand Up @@ -36,7 +36,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -134,7 +134,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -234,7 +234,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -332,7 +332,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -432,7 +432,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -533,7 +533,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -636,7 +636,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -734,7 +734,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down
22 changes: 11 additions & 11 deletions docs/FilesApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VRChat.API.Api.FilesApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

| Method | HTTP request | Description |
|--------|--------------|-------------|
Expand Down Expand Up @@ -38,7 +38,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -134,7 +134,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -232,7 +232,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -329,7 +329,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -429,7 +429,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -524,7 +524,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -626,7 +626,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -723,7 +723,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -823,7 +823,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down Expand Up @@ -925,7 +925,7 @@ namespace Example
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://vrchat.com/api/1";
config.BasePath = "https://api.vrchat.cloud/api/1";
// Configure API key authorization: authCookie
config.AddApiKey("auth", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
Expand Down
Loading

0 comments on commit 9e57004

Please sign in to comment.