mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-22 21:30:13 +00:00
Link to blog on alpha packages
This commit is contained in:
parent
11bd6a0c4b
commit
2cd0a07762
12
Readme.md
12
Readme.md
@ -3,14 +3,8 @@ TMDbLib [![Generic Build](https://github.com/LordMike/TMDbLib/actions/workflows/
|
||||
|
||||
A near-complete wrapper for v3 of TMDb's API (TheMovieDb - https://www.themoviedb.org/).
|
||||
|
||||
Nuget
|
||||
-----
|
||||
|
||||
Install from Nuget using the command: **Install-Package TMDbLib**
|
||||
View more about that here: http://nuget.org/packages/TMDbLib/
|
||||
|
||||
## Alpha packages
|
||||
.. can be found [here](https://github.com/LordMike/TMDbLib/packages/691970)
|
||||
## Using alpha packages
|
||||
All commits to master produce an Alpha package that can be [found here](https://github.com/LordMike/TMDbLib/packages/691970). [Read more on how to use these packages](https://blog.mbwarez.dk/consuming-my-nuget-packages-from-github/).
|
||||
|
||||
Index
|
||||
---------
|
||||
@ -85,4 +79,4 @@ Tips
|
||||
* All methods are `async` and awaitable
|
||||
* Most methods are very straightforward, and do as they are named, `GetMovie`, `GetPerson` etc.
|
||||
* Almost all enums are of the `[Flags]` type. This means you can combine them: `MovieMethods.Casts | MovieMethods.Trailers`
|
||||
* TMDb are big fans of serving as little as possible, so most properties on primary classes like `Movie` are null, until you request the extra data using the enums like above.
|
||||
* TMDb are big fans of serving as little as possible, so most properties on primary classes like `Movie` are null, until you request the extra data using the enums like above.
|
||||
|
Loading…
Reference in New Issue
Block a user