mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-06 04:20:46 +00:00
18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
import GetGlobalHubs from "./get_global_hubs/get_global_hubs.mdx";
|
|
import GetLibraryHubs from "./get_library_hubs/get_library_hubs.mdx";
|
|
|
|
## Hubs
|
|
Hubs are a structured two\-dimensional container for media, generally represented by multiple horizontal rows.
|
|
|
|
|
|
### Available Operations
|
|
|
|
* [Get Global Hubs](/go/hubs/get_global_hubs) - Get Global Hubs
|
|
* [Get Library Hubs](/go/hubs/get_library_hubs) - Get library specific hubs
|
|
|
|
---
|
|
<GetGlobalHubs />
|
|
|
|
---
|
|
<GetLibraryHubs />
|