Spotify.NET/SpotifyAPI.Docs/versioned_sidebars/version-5.1.1-sidebars.json

103 lines
1.8 KiB
JSON
Raw Normal View History

2020-05-13 17:25:42 +01:00
{
2023-11-03 21:43:12 +00:00
"someSidebar": [
2020-05-13 17:25:42 +01:00
{
"type": "category",
"label": "SpotifyAPI-NET",
"items": [
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "home"
2020-05-13 17:25:42 +01:00
}
]
},
{
"type": "category",
"label": "SpotifyAPI-NET.Web",
"items": [
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/getting_started"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/albums"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/artists"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/browse"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/follow"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/library"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/personalization"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/player"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/playlists"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/profiles"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/proxy"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/search"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/tracks"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "web/utilities"
2020-05-13 17:25:42 +01:00
}
]
},
{
"type": "category",
"label": "SpotifyAPI-NET.Auth",
"items": [
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "auth/getting_started"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "auth/implicit_grant"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "auth/authorization_code"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "auth/client_credentials"
2020-05-13 17:25:42 +01:00
},
{
"type": "doc",
2023-11-03 21:43:12 +00:00
"id": "auth/token_swap"
2020-05-13 17:25:42 +01:00
}
]
}
]
}