ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.0

This commit is contained in:
speakeasybot
2025-08-06 00:13:08 +00:00
parent 82e9da0574
commit 5848325f97
25 changed files with 389 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ Get Companions Data
### Example Usage
<!-- UsageSnippet language="go" operationID="getCompanionsData" method="get" path="/companions" -->
```go
package main
@@ -73,6 +74,7 @@ Get friends of provided auth token.
### Example Usage
<!-- UsageSnippet language="go" operationID="getUserFriends" method="get" path="/friends" -->
```go
package main
@@ -124,6 +126,7 @@ Returns the geolocation and locale data of the caller
### Example Usage
<!-- UsageSnippet language="go" operationID="getGeoData" method="get" path="/geoip" -->
```go
package main
@@ -173,6 +176,7 @@ Retrieves the home data for the authenticated user, including details like home
### Example Usage
<!-- UsageSnippet language="go" operationID="getHomeData" method="get" path="/home" -->
```go
package main
@@ -224,6 +228,7 @@ Get Plex server access tokens and server connections
### Example Usage
<!-- UsageSnippet language="go" operationID="get-server-resources" method="get" path="/resources" -->
```go
package main
@@ -280,6 +285,7 @@ Retrieve a Pin ID from Plex.tv to use for authentication flows
### Example Usage
<!-- UsageSnippet language="go" operationID="getPin" method="post" path="/pins" -->
```go
package main
@@ -336,6 +342,7 @@ Retrieve an Access Token from Plex.tv after the Pin has been authenticated
### Example Usage
<!-- UsageSnippet language="go" operationID="getTokenByPinId" method="get" path="/pins/{pinID}" -->
```go
package main