mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6
This commit is contained in:
30
plexapi.go
30
plexapi.go
@@ -73,6 +73,30 @@ func (c *sdkConfiguration) GetServerDetails() (string, map[string]string) {
|
||||
}
|
||||
|
||||
// PlexAPI - Plex-API: An Open API Spec for interacting with Plex.tv and Plex Media Server
|
||||
// # Plex Media Server OpenAPI Specification
|
||||
//
|
||||
// # An Open Source OpenAPI Specification for Plex Media Server
|
||||
//
|
||||
// Automation and SDKs provided by [Speakeasy](https://speakeasyapi.dev/)
|
||||
//
|
||||
// ## Documentation
|
||||
//
|
||||
// [API Documentation](https://plexapi.dev)
|
||||
//
|
||||
// ## SDKs
|
||||
//
|
||||
// The following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the [main specification Repository](https://github.com/LukeHagar/plex-api-spec).
|
||||
//
|
||||
// | Language | Repository | Releases | Other |
|
||||
// | --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------- |
|
||||
// | Python | [GitHub](https://github.com/LukeHagar/plexpy) | [PyPI](https://pypi.org/project/plex-api-client/) | - |
|
||||
// | JavaScript/TypeScript | [GitHub](https://github.com/LukeHagar/plexjs) | [NPM](https://www.npmjs.com/package/@lukehagar/plexjs) \ [JSR](https://jsr.io/@lukehagar/plexjs) | - |
|
||||
// | Go | [GitHub](https://github.com/LukeHagar/plexgo) | [Releases](https://github.com/LukeHagar/plexgo/releases) | [GoDoc](https://pkg.go.dev/github.com/LukeHagar/plexgo) |
|
||||
// | Ruby | [GitHub](https://github.com/LukeHagar/plexruby) | [Releases](https://github.com/LukeHagar/plexruby/releases) | - |
|
||||
// | Swift | [GitHub](https://github.com/LukeHagar/plexswift) | [Releases](https://github.com/LukeHagar/plexswift/releases) | - |
|
||||
// | PHP | [GitHub](https://github.com/LukeHagar/plexphp) | [Releases](https://github.com/LukeHagar/plexphp/releases) | - |
|
||||
// | Java | [GitHub](https://github.com/LukeHagar/plexjava) | [Releases](https://github.com/LukeHagar/plexjava/releases) | - |
|
||||
// | C# | [GitHub](https://github.com/LukeHagar/plexcsharp) | [Releases](https://github.com/LukeHagar/plexcsharp/releases) | -
|
||||
type PlexAPI struct {
|
||||
// Operations against the Plex Media Server System.
|
||||
//
|
||||
@@ -311,9 +335,9 @@ func New(opts ...SDKOption) *PlexAPI {
|
||||
sdkConfiguration: sdkConfiguration{
|
||||
Language: "go",
|
||||
OpenAPIDocVersion: "0.0.3",
|
||||
SDKVersion: "0.13.0",
|
||||
GenVersion: "2.422.22",
|
||||
UserAgent: "speakeasy-sdk/go 0.13.0 2.422.22 0.0.3 github.com/LukeHagar/plexgo",
|
||||
SDKVersion: "0.14.0",
|
||||
GenVersion: "2.428.1",
|
||||
UserAgent: "speakeasy-sdk/go 0.14.0 2.428.1 0.0.3 github.com/LukeHagar/plexgo",
|
||||
Globals: globals.Globals{},
|
||||
ServerDefaults: []map[string]string{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user