Updated specs, docs, content, theme

This commit is contained in:
Luke Hagar
2024-06-21 02:13:02 -05:00
parent 97f4d54159
commit 616ba23747
12 changed files with 1444 additions and 482 deletions

15
SDKs.mdx Normal file
View File

@@ -0,0 +1,15 @@
SDKs are generously provided by [Speakeasy](https://www.speakeasyapi.dev/).
The Speakeasy platform generates high quality SDKs in 9 different languages, as well as Terraform providers and Postman collections, all from a unified OpenAPI specification.
Currently SDKs are being created in the following languages:
| 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) | - |