To add the SDK as a dependency to your project:
go get github.com/LukeHagar/plexgopackage main
import (
"context"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"log"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
res, err := s.Transcoder.StartTranscodeSession(ctx, operations.StartTranscodeSessionRequest{
TranscodeType: components.TranscodeTypeMusic,
Extension: operations.ExtensionMpd,
AdvancedSubtitles: components.AdvancedSubtitlesBurn.ToPointer(),
AudioBoost: plexgo.Pointer[int64](50),
AudioChannelCount: plexgo.Pointer[int64](5),
AutoAdjustQuality: components.BoolIntOne.ToPointer(),
AutoAdjustSubtitle: components.BoolIntOne.ToPointer(),
DirectPlay: components.BoolIntOne.ToPointer(),
DirectStream: components.BoolIntOne.ToPointer(),
DirectStreamAudio: components.BoolIntOne.ToPointer(),
DisableResolutionRotation: components.BoolIntOne.ToPointer(),
HasMDE: components.BoolIntOne.ToPointer(),
Location: operations.StartTranscodeSessionQueryParamLocationWan.ToPointer(),
MediaBufferSize: plexgo.Pointer[int64](102400),
MediaIndex: plexgo.Pointer[int64](0),
MusicBitrate: plexgo.Pointer[int64](5000),
Offset: plexgo.Pointer[float64](90.5),
PartIndex: plexgo.Pointer[int64](0),
Path: plexgo.Pointer("/library/metadata/151671"),
PeakBitrate: plexgo.Pointer[int64](12000),
PhotoResolution: plexgo.Pointer("1080x1080"),
Protocol: operations.StartTranscodeSessionQueryParamProtocolDash.ToPointer(),
SecondsPerSegment: plexgo.Pointer[int64](5),
SubtitleSize: plexgo.Pointer[int64](50),
VideoBitrate: plexgo.Pointer[int64](12000),
VideoQuality: plexgo.Pointer[int64](50),
VideoResolution: plexgo.Pointer("1080x1080"),
XPlexClientProfileExtra: plexgo.Pointer("add-limitation(scope=videoCodec&scopeName=*&type=upperBound&name=video.frameRate&value=60&replace=true)+append-transcode-target-codec(type=videoProfile&context=streaming&videoCodec=h264%2Chevc&audioCodec=aac&protocol=dash)"),
XPlexClientProfileName: plexgo.Pointer("generic"),
})
if err != nil {
log.Fatal(err)
}
if res.ResponseStream != nil {
// handle response
}
}Available methods
- ListActivities - Get all activities
- CancelActivity - Cancel a running activity
- StopTasks - Stop all Butler tasks
- GetTasks - Get all Butler tasks
- StartTasks - Start all Butler tasks
- StopTask - Stop a single Butler task
- StartTask - Start a single Butler task
- CreateCollection - Create collection
- GetCollectionItems - Get items in a collection
- GetMetadataItem - Get a metadata item
- GetAlbums - Set section albums
- ListContent - Get items in the section
- GetAllLeaves - Set section leaves
- GetArts - Set section artwork
- GetCategories - Set section categories
- GetCluster - Set section clusters
- GetSonicPath - Similar tracks to transition from one to another
- GetFolders - Get all folder locations
- ListMoments - Set section moments
- GetSonicallySimilar - The nearest audio tracks
- GetCollectionImage - Get a collection's image
- GetAvailableGrabbers - Get available grabbers
- ListDevices - Get all devices
- AddDevice - Add a device
- DiscoverDevices - Tell grabbers to discover devices
- RemoveDevice - Remove a device
- GetDeviceDetails - Get device details
- ModifyDevice - Enable or disable a device
- SetChannelmap - Set a device's channel mapping
- GetDevicesChannels - Get a device's channels
- SetDevicePreferences - Set device preferences
- StopScan - Tell a device to stop scanning for channels
- Scan - Tell a device to scan for channels
- GetThumb - Get device thumb
- CreateDownloadQueue - Create download queue
- GetDownloadQueue - Get a download queue
- AddDownloadQueueItems - Add to download queue
- ListDownloadQueueItems - Get download queue items
- GetItemDecision - Grab download queue item decision
- GetDownloadQueueMedia - Grab download queue media
- RemoveDownloadQueueItems - Delete download queue items
- GetDownloadQueueItems - Get download queue items
- RestartProcessingDownloadQueueItems - Restart processing of items from the decision
- ListDVRs - Get DVRs
- CreateDVR - Create a DVR
- DeleteDVR - Delete a single DVR
- GetDVR - Get a single DVR
- DeleteLineup - Delete a DVR Lineup
- AddLineup - Add a DVR Lineup
- SetDVRPreferences - Set DVR preferences
- StopDVRReload - Tell a DVR to stop reloading program guide
- ReloadGuide - Tell a DVR to reload program guide
- TuneChannel - Tune a channel on a DVR
- RemoveDeviceFromDVR - Remove a device from an existing DVR
- AddDeviceToDVR - Add a device to an existing DVR
- ComputeChannelMap - Compute the best channel map
- GetChannels - Get channels for a lineup
- GetCountries - Get all countries
- GetAllLanguages - Get all languages
- GetLineup - Compute the best lineup
- GetLineupChannels - Get the channels for mulitple lineups
- GetCountriesLineups - Get lineups for a country via postal code
- GetCountryRegions - Get regions for a country
- ListLineups - Get lineups for a region
- GetNotifications - Connect to Eventsource
- ConnectWebSocket - Connect to WebSocket
- GetServerInfo - Get PMS info
- GetIdentity - Get PMS identity
- GetSourceConnectionInformation - Get Source Connection Information
- GetTransientToken - Get Transient Tokens
- GetAllHubs - Get global hubs
- GetContinueWatching - Get the continue watching hub
- GetHubItems - Get a hub's items
- GetPromotedHubs - Get the hubs which are promoted
- GetMetadataHubs - Get hubs for section by metadata item
- GetPostplayHubs - Get postplay hubs
- GetRelatedHubs - Get related hubs
- GetSectionHubs - Get section hubs
- ResetSectionDefaults - Reset hubs to defaults
- ListHubs - Get hubs
- CreateCustomHub - Create a custom hub
- MoveHub - Move Hub
- DeleteCustomHub - Delete a custom hub
- UpdateHubVisibility - Change hub visibility
- GetLibraryItems - Get all items in library
- DeleteCaches - Delete library caches
- CleanBundles - Clean bundles
- IngestTransientItem - Ingest a transient item
- GetLibraryMatches - Get library matches
- OptimizeDatabase - Optimize the Database
- GetRandomArtwork - Get random artwork
- GetSections - Get library sections (main Media Provider Only)
- AddSection - Add a library section
- StopAllRefreshes - Stop refresh
- GetSectionsPrefs - Get section prefs
- RefreshSectionsMetadata - Refresh all sections
- GetTags - Get all library tags of a type
- DeleteMetadataItem - Delete a metadata item
- EditMetadataItem - Edit a metadata item
- DetectAds - Ad-detect an item
- GetAllItemLeaves - Get the leaves of an item
- AnalyzeMetadata - Analyze an item
- GenerateThumbs - Generate thumbs of chapters for an item
- DetectCredits - Credit detect a metadata item
- GetExtras - Get an item's extras
- AddExtras - Add to an item's extras
- GetFile - Get a file from a metadata or media bundle
- StartBifGeneration - Start BIF generation of an item
- DetectIntros - Intro detect an item
- CreateMarker - Create a marker
- MatchItem - Match a metadata item
- ListMatches - Get metadata matches for an item
- MergeItems - Merge a metadata item
- ListSonicallySimilar - Get nearest tracks to metadata item
- SetItemPreferences - Set metadata preferences
- RefreshItemsMetadata - Refresh a metadata item
- GetRelatedItems - Get related items
- ListSimilar - Get similar items
- SplitItem - Split a metadata item
- AddSubtitles - Add subtitles
- GetItemTree - Get metadata items as a tree
- Unmatch - Unmatch a metadata item
- ListTopUsers - Get metadata top users
- DetectVoiceActivity - Detect voice activity
- GetAugmentationStatus - Get augmentation status
- SetStreamSelection - Set stream selection
- GetPerson - Get person details
- ListPersonMedia - Get media for a person
- DeleteLibrarySection - Delete a library section
- GetLibraryDetails - Get a library section by id
- EditSection - Edit a library section
- UpdateItems - Set the fields of the filtered items
- StartAnalysis - Analyze a section
- Autocomplete - Get autocompletions for search
- GetCollections - Get collections in a section
- GetCommon - Get common fields for items
- EmptyTrash - Empty section trash
- GetSectionFilters - Get section filters
- GetFirstCharacters - Get list of first characters
- DeleteIndexes - Delete section indexes
- DeleteIntros - Delete section intro markers
- GetSectionPreferences - Get section prefs
- SetSectionPreferences - Set section prefs
- CancelRefresh - Cancel section refresh
- RefreshSection - Refresh section
- GetAvailableSorts - Get a section sorts
- GetStreamLevels - Get loudness about a stream in json
- GetStreamLoudness - Get loudness about a stream
- GetChapterImage - Get a chapter image
- SetItemArtwork - Set an item's artwork, theme, etc
- UpdateItemArtwork - Set an item's artwork, theme, etc
- DeleteMarker - Delete a marker
- EditMarker - Edit a marker
- DeleteMediaItem - Delete a media item
- GetPartIndex - Get BIF index for a part
- DeleteCollection - Delete a collection
- GetSectionImage - Get a section composite image
- DeleteStream - Delete a stream
- GetStream - Get a stream
- SetStreamOffset - Set a stream offset
- GetItemArtwork - Get an item's artwork, theme, etc
- GetMediaPart - Get a media part
- GetImageFromBif - Get an image from part BIF
- AddCollectionItems - Add items to a collection
- DeleteCollectionItem - Delete an item from a collection
- MoveCollectionItem - Reorder an item in the collection
- CreatePlaylist - Create a Playlist
- UploadPlaylist - Upload
- DeletePlaylist - Delete a Playlist
- UpdatePlaylist - Editing a Playlist
- GetPlaylistGenerators - Get a playlist's generators
- ClearPlaylistItems - Clearing a playlist
- AddPlaylistItems - Adding to a Playlist
- DeletePlaylistItem - Delete a Generator
- GetPlaylistGenerator - Get a playlist generator
- ModifyPlaylistGenerator - Modify a Generator
- GetPlaylistGeneratorItems - Get a playlist generator's items
- MovePlaylistItem - Moving items in a playlist
- RefreshPlaylist - Reprocess a generator
- GetSessions - Get all sessions
- GetLiveTVSession - Get a single session
- GetSessionPlaylistIndex - Get a session playlist index
- GetSessionSegment - Get a single session segment
- WriteLog - Logging a multi-line message to the Plex Media Server log
- WriteMessage - Logging a single-line message to the Plex Media Server log
- EnablePapertrail - Enabling Papertrail
- ListPlaylists - List playlists
- GetPlaylist - Retrieve Playlist
- GetPlaylistItems - Retrieve Playlist Contents
- CreatePlayQueue - Create a play queue
- GetPlayQueue - Retrieve a play queue
- AddToPlayQueue - Add a generator or playlist to a play queue
- ClearPlayQueue - Clear a play queue
- ResetPlayQueue - Reset a play queue
- Shuffle - Shuffle a play queue
- Unshuffle - Unshuffle a play queue
- DeletePlayQueueItem - Delete an item from a play queue
- MovePlayQueueItem - Move an item in a play queue
- GetAllPreferences - Get all preferences
- SetPreferences - Set preferences
- GetPreference - Get a preferences
- ListProviders - Get the list of available media providers
- AddProvider - Add a media provider
- RefreshProviders - Refresh media providers
- DeleteMediaProvider - Delete a media provider
- SetRating - Rate an item
- SearchHubs - Search Hub
- VoiceSearchHubs - Voice Search Hub
- ListSessions - List Sessions
- GetBackgroundTasks - Get background tasks
- ListPlaybackHistory - List Playback History
- TerminateSession - Terminate a session
- DeleteHistory - Delete Single History Item
- GetHistoryItem - Get Single History Item
- GetAllSubscriptions - Get all subscriptions
- CreateSubscription - Create a subscription
- ProcessSubscriptions - Process all subscriptions
- GetScheduledRecordings - Get all scheduled recordings
- GetTemplate - Get the subscription template
- CancelGrab - Cancel an existing grab
- DeleteSubscription - Delete a subscription
- GetSubscription - Get a single subscription
- EditSubscriptionPreferences - Edit a subscription
- ReorderSubscription - Re-order a subscription
- MarkPlayed - Mark an item as played
- Report - Report media timeline
- Unscrobble - Mark an item as unplayed
- TranscodeImage - Transcode an image
- MakeDecision - Make a decision on media playback
- TriggerFallback - Manually trigger a transcoder fallback
- TranscodeSubtitles - Transcode subtitles
- StartTranscodeSession - Start A Transcoding Session
- ApplyUpdates - Applying updates
- CheckUpdates - Checking for updates
- GetUpdatesStatus - Querying status of updates
Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.
To change the default retry strategy for a single API call, simply provide a retry.Config object to the call by using the WithRetries option:
package main
import (
"context"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"github.com/LukeHagar/plexgo/retry"
"log"
"models/operations"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
res, err := s.General.GetServerInfo(ctx, operations.GetServerInfoRequest{}, operations.WithRetries(
retry.Config{
Strategy: "backoff",
Backoff: &retry.BackoffStrategy{
InitialInterval: 1,
MaxInterval: 50,
Exponent: 1.1,
MaxElapsedTime: 100,
},
RetryConnectionErrors: false,
}))
if err != nil {
log.Fatal(err)
}
if res.MediaContainerWithDirectory != nil {
// handle response
}
}If you'd like to override the default retry strategy for all operations that support retries, you can use the WithRetryConfig option at SDK initialization:
package main
import (
"context"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"github.com/LukeHagar/plexgo/retry"
"log"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithRetryConfig(
retry.Config{
Strategy: "backoff",
Backoff: &retry.BackoffStrategy{
InitialInterval: 1,
MaxInterval: 50,
Exponent: 1.1,
MaxElapsedTime: 100,
},
RetryConnectionErrors: false,
}),
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
res, err := s.General.GetServerInfo(ctx, operations.GetServerInfoRequest{})
if err != nil {
log.Fatal(err)
}
if res.MediaContainerWithDirectory != nil {
// handle response
}
}Handling errors in this SDK should largely match your expectations. All operations return a response object or an error, they will never return both.
By Default, an API error will return sdkerrors.SDKError. When custom error responses are specified for an operation, the SDK may also return their associated error. You can refer to respective Errors tables in SDK docs for more details on possible error types for each operation.
For example, the GetServerInfo function may return the following errors:
| Error Type | Status Code | Content Type |
|---|---|---|
| sdkerrors.SDKError | 4XX, 5XX | */* |
package main
import (
"context"
"errors"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"github.com/LukeHagar/plexgo/models/sdkerrors"
"log"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
res, err := s.General.GetServerInfo(ctx, operations.GetServerInfoRequest{})
if err != nil {
var e *sdkerrors.SDKError
if errors.As(err, &e) {
// handle error
log.Fatal(e.Error())
}
}
}You can override the default server globally using the WithServerIndex(serverIndex int) option when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:
| # | Server | Variables | Description |
|---|---|---|---|
| 0 | https://{IP-description}.{identifier}.plex.direct:{port} |
identifierIP-descriptionport |
|
| 1 | {protocol}://{host}:{port} |
protocolhostport |
|
| 2 | https://{full_server_url} |
server_url |
If the selected server has variables, you may override its default values using the associated option(s):
| Variable | Option | Default | Description |
|---|---|---|---|
identifier |
WithIdentifier(identifier string) |
"0123456789abcdef0123456789abcdef" |
The unique identifier of this particular PMS |
IP-description |
WithIPDescription(ipDescription string) |
"1-2-3-4" |
A - separated string of the IPv4 or IPv6 address components |
port |
WithPort(port string) |
"32400" |
The Port number configured on the PMS. Typically (32400). If using a reverse proxy, this would be the port number configured on the proxy. |
protocol |
WithProtocol(protocol string) |
"http" |
The network protocol to use. Typically (http or https) |
host |
WithHost(host string) |
"localhost" |
The Host of the PMS. If using on a local network, this is the internal IP address of the server hosting the PMS. If using on an external network, this is the external IP address for your network, and requires port forwarding. If using a reverse proxy, this would be the external DNS domain for your network, and requires the proxy handle port forwarding. |
server_url |
WithGlobalServerURL(serverURL string) |
"http://localhost:32400" |
The full manual URL to access the PMS |
package main
import (
"context"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"log"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithServerIndex(1),
plexgo.WithProtocol("<value>"),
plexgo.WithHost("electric-excess.name"),
plexgo.WithPort("36393"),
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
res, err := s.General.GetServerInfo(ctx, operations.GetServerInfoRequest{})
if err != nil {
log.Fatal(err)
}
if res.MediaContainerWithDirectory != nil {
// handle response
}
}The default server can also be overridden globally using the WithServerURL(serverURL string) option when initializing the SDK client instance. For example:
package main
import (
"context"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"log"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithServerURL("https://{full_server_url}"),
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
)
res, err := s.General.GetServerInfo(ctx, operations.GetServerInfoRequest{})
if err != nil {
log.Fatal(err)
}
if res.MediaContainerWithDirectory != nil {
// handle response
}
}The Go SDK makes API calls that wrap an internal HTTP client. The requirements for the HTTP client are very simple. It must match this interface:
type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}The built-in net/http client satisfies this interface and a default client based on the built-in is provided by default. To replace this default with a client of your own, you can implement this interface yourself or provide your own client configured as desired. Here's a simple example, which adds a client with a 30 second timeout.
import (
"net/http"
"time"
"github.com/LukeHagar/plexgo"
)
var (
httpClient = &http.Client{Timeout: 30 * time.Second}
sdkClient = plexgo.New(plexgo.WithClient(httpClient))
)This can be a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration.
This SDK supports the following security scheme globally:
| Name | Type | Scheme |
|---|---|---|
Token |
apiKey | API key |
You can configure it using the WithSecurity option when initializing the SDK client instance. For example:
package main
import (
"context"
"github.com/LukeHagar/plexgo"
"github.com/LukeHagar/plexgo/models/components"
"github.com/LukeHagar/plexgo/models/operations"
"log"
)
func main() {
ctx := context.Background()
s := plexgo.New(
plexgo.WithSecurity("<YOUR_API_KEY_HERE>"),
plexgo.WithAccepts(components.AcceptsApplicationXML),
plexgo.WithClientIdentifier("abc123"),
plexgo.WithProduct("Plex for Roku"),
plexgo.WithVersion("2.4.1"),
plexgo.WithPlatform("Roku"),
plexgo.WithPlatformVersion("4.3 build 1057"),
plexgo.WithDevice("Roku 3"),
plexgo.WithModel("4200X"),
plexgo.WithDeviceVendor("Roku"),
plexgo.WithDeviceName("Living Room TV"),
plexgo.WithMarketplace("googlePlay"),
)
res, err := s.General.GetServerInfo(ctx, operations.GetServerInfoRequest{})
if err != nil {
log.Fatal(err)
}
if res.MediaContainerWithDirectory != nil {
// handle response
}
}This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!