Skip to content

Commit

Permalink
ci(test: 2024-11-20): new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 87e2e88 commit 38ddb87
Show file tree
Hide file tree
Showing 17 changed files with 564 additions and 56 deletions.
30 changes: 17 additions & 13 deletions data/requests/economy/getcurrentsubscriptions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# getCurrentSubscriptions

## Issues
Response schema mismatch:
* Missing property at ``#/0/isGiftDrop``,
* Unexpected property at ``#/0/isBulkGift``.
## Request
`GET https://api.vrchat.cloud/api/1/auth/user/subscription`

Expand Down Expand Up @@ -28,25 +32,25 @@
```jsonc
[
{
"id": "vrchatplus-yearly",
"transactionId": "txn_cbc67d95-db21-4879-bbbb-09a38c4e7b2c",
"store": "Admin",
"steamItemId": "5000",
"active": true,
"amount": 9999,
"created_at": "2024-07-21T22:28:04.580Z",
"description": "VRChat Plus (Yearly)",
"period": "year",
"tier": 5,
"active": true,
"status": "active",
"starts": "",
"expires": "2124-07-21T22:28:04.573Z",
"created_at": "2024-07-21T22:28:04.580Z",
"updated_at": "2024-07-21T22:28:04.580Z",
"id": "vrchatplus-yearly",
"isBulkGift": false,
"isGift": false,
"licenseGroups": [
"lgrp_608513da-b213-4e15-80af-bd88c27f0979"
],
"isGift": false,
"isGiftDrop": false
"period": "year",
"starts": "",
"status": "active",
"steamItemId": "5000",
"store": "Admin",
"tier": 5,
"transactionId": "txn_cbc67d95-db21-4879-bbbb-09a38c4e7b2c",
"updated_at": "2024-07-21T22:28:04.580Z"
}
]
```
43 changes: 43 additions & 0 deletions data/requests/favorites/getfavoritelimits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# getFavoriteLimits

## Request
`GET https://api.vrchat.cloud/api/1/auth/user/favoritelimits`

| Header | Value |
| ------ | ----- |
| user-agent | `specification-test/@<unstable> https://github.com/vrchatapi/specification-test/issues/new` |
| cookie | `auth=<redacted>; twoFactorAuth=<redacted>` |


## Response
`200 OK`

| Header | Value |
| ------ | ----- |
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
| server | `cloudflare` |
| transfer-encoding | `chunked` |
| vary | `Authorization, Accept-Encoding` |
| x-frame-options | `deny` |

```jsonc
{
"defaultMaxFavoriteGroups": 1,
"defaultMaxFavoritesPerGroup": 64,
"maxFavoriteGroups": {
"avatar": 6,
"friend": 3,
"world": 4
},
"maxFavoritesPerGroup": {
"avatar": 50,
"friend": 150,
"world": 100
}
}
```
4 changes: 4 additions & 0 deletions data/requests/favorites/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ Fetch information about a specific favorite group.
Update information about a specific favorite group.

* [updateFavoriteGroup](./updatefavoritegroup.md)
## Get Favorite Limits
Return information about a specific Favorite.

* [getFavoriteLimits](./getfavoritelimits.md)

84 changes: 84 additions & 0 deletions data/requests/files/getfileanalysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# getFileAnalysis

## Request
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1`

| Header | Value |
| ------ | ----- |
| user-agent | `specification-test/@<unstable> https://github.com/vrchatapi/specification-test/issues/new` |
| cookie | `auth=<redacted>; twoFactorAuth=<redacted>` |


## Response
`200 OK`

| Header | Value |
| ------ | ----- |
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
| server | `cloudflare` |
| transfer-encoding | `chunked` |
| vary | `Authorization, Accept-Encoding` |
| x-frame-options | `deny` |

```jsonc
{
"avatarStats": {
"animatorCount": 1,
"audioSourceCount": 0,
"blendShapeCount": 6,
"boneCount": 13,
"bounds": [
0.2818719,
0.3606711,
0.2958208
],
"cameraCount": 0,
"clothCount": 0,
"constraintCount": 0,
"contactCount": 2,
"customExpressions": true,
"customizeAnimationLayers": true,
"enableEyeLook": true,
"lightCount": 0,
"lineRendererCount": 0,
"lipSync": 4,
"materialCount": 1,
"materialSlotsUsed": 1,
"meshCount": 0,
"meshIndices": 0,
"meshParticleMaxPolygons": 0,
"meshPolygons": 0,
"meshVertices": 0,
"particleCollisionEnabled": false,
"particleSystemCount": 0,
"particleTrailsEnabled": false,
"physBoneColliderCount": 0,
"physBoneCollisionCheckCount": 0,
"physBoneComponentCount": 2,
"physBoneTransformCount": 6,
"physicsColliders": 0,
"physicsRigidbodies": 0,
"skinnedMeshCount": 1,
"skinnedMeshIndices": 3078,
"skinnedMeshPolygons": 1026,
"skinnedMeshVertices": 861,
"totalClothVertices": 0,
"totalIndices": 3078,
"totalMaxParticles": 0,
"totalPolygons": 1026,
"totalTextureUsage": 5118,
"totalVertices": 861,
"trailRendererCount": 0,
"writeDefaultsUsed": true
},
"created_at": "2024-04-04T22:55:40.652Z",
"fileSize": 81988,
"success": true,
"uncompressedSize": 388972
}
```
84 changes: 84 additions & 0 deletions data/requests/files/getfileanalysissecurity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# getFileAnalysisSecurity

## Request
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/security`

| Header | Value |
| ------ | ----- |
| user-agent | `specification-test/@<unstable> https://github.com/vrchatapi/specification-test/issues/new` |
| cookie | `auth=<redacted>; twoFactorAuth=<redacted>` |


## Response
`200 OK`

| Header | Value |
| ------ | ----- |
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
| server | `cloudflare` |
| transfer-encoding | `chunked` |
| vary | `Authorization, Accept-Encoding` |
| x-frame-options | `deny` |

```jsonc
{
"avatarStats": {
"animatorCount": 1,
"audioSourceCount": 0,
"blendShapeCount": 6,
"boneCount": 13,
"bounds": [
0.2818719,
0.36067107,
0.29582077
],
"cameraCount": 0,
"clothCount": 0,
"constraintCount": 0,
"contactCount": 2,
"customExpressions": true,
"customizeAnimationLayers": true,
"enableEyeLook": true,
"lightCount": 0,
"lineRendererCount": 0,
"lipSync": 4,
"materialCount": 1,
"materialSlotsUsed": 1,
"meshCount": 0,
"meshIndices": 0,
"meshParticleMaxPolygons": 0,
"meshPolygons": 0,
"meshVertices": 0,
"particleCollisionEnabled": false,
"particleSystemCount": 0,
"particleTrailsEnabled": false,
"physBoneColliderCount": 0,
"physBoneCollisionCheckCount": 0,
"physBoneComponentCount": 2,
"physBoneTransformCount": 6,
"physicsColliders": 0,
"physicsRigidbodies": 0,
"skinnedMeshCount": 1,
"skinnedMeshIndices": 3078,
"skinnedMeshPolygons": 1026,
"skinnedMeshVertices": 861,
"totalClothVertices": 0,
"totalIndices": 3078,
"totalMaxParticles": 0,
"totalPolygons": 1026,
"totalTextureUsage": 6824,
"totalVertices": 861,
"trailRendererCount": 0,
"writeDefaultsUsed": true
},
"created_at": "2024-10-30T01:47:01.627Z",
"fileSize": 82079,
"success": true,
"uncompressedSize": 388972
}
```
84 changes: 84 additions & 0 deletions data/requests/files/getfileanalysisstandard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# getFileAnalysisStandard

## Request
`GET https://api.vrchat.cloud/api/1/analysis/file_989feccd-3e6d-41f6-bf87-a8b3ece88438/1/standard`

| Header | Value |
| ------ | ----- |
| user-agent | `specification-test/@<unstable> https://github.com/vrchatapi/specification-test/issues/new` |
| cookie | `auth=<redacted>; twoFactorAuth=<redacted>` |


## Response
`200 OK`

| Header | Value |
| ------ | ----- |
| access-control-allow-credentials | `true` |
| cache-control | `private, no-cache` |
| connection | `keep-alive` |
| content-type | `application/json; charset=utf-8` |
| etag | `<redacted>` |
| pragma | `no-cache` |
| server | `cloudflare` |
| transfer-encoding | `chunked` |
| vary | `Authorization, Accept-Encoding` |
| x-frame-options | `deny` |

```jsonc
{
"avatarStats": {
"animatorCount": 1,
"audioSourceCount": 0,
"blendShapeCount": 6,
"boneCount": 13,
"bounds": [
0.2818719,
0.3606711,
0.2958208
],
"cameraCount": 0,
"clothCount": 0,
"constraintCount": 0,
"contactCount": 2,
"customExpressions": true,
"customizeAnimationLayers": true,
"enableEyeLook": true,
"lightCount": 0,
"lineRendererCount": 0,
"lipSync": 4,
"materialCount": 1,
"materialSlotsUsed": 1,
"meshCount": 0,
"meshIndices": 0,
"meshParticleMaxPolygons": 0,
"meshPolygons": 0,
"meshVertices": 0,
"particleCollisionEnabled": false,
"particleSystemCount": 0,
"particleTrailsEnabled": false,
"physBoneColliderCount": 0,
"physBoneCollisionCheckCount": 0,
"physBoneComponentCount": 2,
"physBoneTransformCount": 6,
"physicsColliders": 0,
"physicsRigidbodies": 0,
"skinnedMeshCount": 1,
"skinnedMeshIndices": 3078,
"skinnedMeshPolygons": 1026,
"skinnedMeshVertices": 861,
"totalClothVertices": 0,
"totalIndices": 3078,
"totalMaxParticles": 0,
"totalPolygons": 1026,
"totalTextureUsage": 5118,
"totalVertices": 861,
"trailRendererCount": 0,
"writeDefaultsUsed": true
},
"created_at": "2024-04-04T22:55:40.652Z",
"fileSize": 81988,
"success": true,
"uncompressedSize": 388972
}
```
12 changes: 12 additions & 0 deletions data/requests/files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,16 @@ Starts an upload of a specific FilePart. This endpoint will return an AWS URL wh
Retrieves the upload status for file upload. Can currently only be accessed when `status` is `waiting`. Trying to access it on a file version already uploaded currently times out.

> Missing coverage.
## Get File Version Analysis
Get the performance analysis for the uploaded assets of an avatar

* [getFileAnalysis](./getfileanalysis.md)
## Get File Version Analysis Security
Get the security performance analysis for the uploaded assets of an avatar

* [getFileAnalysisSecurity](./getfileanalysissecurity.md)
## Get File Version Analysis Standard
Get the standard performance analysis for the uploaded assets of an avatar

* [getFileAnalysisStandard](./getfileanalysisstandard.md)

3 changes: 3 additions & 0 deletions data/requests/instances/getinstance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# getInstance

## Issues
Response schema mismatch:
* Invalid type at ``#/ageGate``.
## Request
`GET https://api.vrchat.cloud/api/1/instances/wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b:<unstable>`

Expand Down
Loading

0 comments on commit 38ddb87

Please sign in to comment.