Skip to content

Commit

Permalink
Link to blog on alpha packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike authored Mar 28, 2021
1 parent 11bd6a0 commit 2cd0a07
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------
Expand Down Expand Up @@ -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.

0 comments on commit 2cd0a07

Please sign in to comment.