Skip to content

darthShadow/go-embyapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-embyapi

Golang Emby API Client extracted from the official Emby.SDK

Name embyapi
Language Go
SDK Folder https://github.com/MediaBrowser/Emby.SDK/tree/master/SampleCode/RestApi/Clients/Go

Changes

  • Run goimports & gofumpt
  • Change package name from embyclient-rest-go to embyapi
  • Prefix the following constants with _:
    • 0RGB__EmbyMediaModelEnumsColorFormats in model_emby_media_model_enums_color_formats.go
    • 0BGR__EmbyMediaModelEnumsColorFormats in model_emby_media_model_enums_color_formats.go
    • 012V__EmbyMediaModelEnumsVideoMediaTypes in model_emby_media_model_enums_video_media_types.go
    • 4XM__EmbyMediaModelEnumsVideoMediaTypes in model_emby_media_model_enums_video_media_types.go
    • 8BPS__EmbyMediaModelEnumsVideoMediaTypes in model_emby_media_model_enums_video_media_types.go

About

Golang Emby API Client from the Official Emby.SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages