Link to blog on alpha packages

This commit is contained in:
Michael Bisbjerg 2021-03-28 19:01:35 +02:00 committed by GitHub
parent 11bd6a0c4b
commit 2cd0a07762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.