Joe Rogers
df5f5316e9
Add logo to images, add tests, update verifiers
2021-10-11 22:50:14 +02:00
Michael Bisbjerg
2d3d2d4c30
Rename GetImageBytes, fixes #375
2021-04-26 22:53:16 +02:00
Michael Bisbjerg
5bc0ffbaaf
Refactor serialization into own class
2021-04-15 22:05:48 +02:00
Michael Bisbjerg
d279b491c4
Add analyzers and fix bad code
...
Fixes #297
2021-04-06 00:24:48 +02:00
Michael Bisbjerg
040f9794e5
Remove obsolete operator, rename Get, Post, Delete methods
2021-03-27 18:02:24 +01:00
Michael Bisbjerg
87f5b9c73e
Add function to download image bytes
...
Fixes #367
2021-03-27 13:45:30 +01:00
Michael Bisbjerg
ae2c8c5e13
Make GetConfig async
...
Fixes #236
2018-01-21 13:38:01 +01:00
Michael Bisbjerg
1887f8fa56
Cleanup
2016-08-09 22:46:15 +02:00
Michael Bisbjerg
40f0052d27
Convert TestApplication to .NET Core
...
#192
2016-07-18 22:27:24 +02:00
Michael Bisbjerg
5a8dc0ca9f
Renamed all public Async methods
...
#178
2016-02-22 21:55:27 +01:00
Michael Bisbjerg
62b3e26ad7
Converted rest of client to Async
...
Issue #63
2015-05-02 19:09:48 +02:00
Michael Bisbjerg
44b120721b
Code cleanup
...
- Used concrete types instead of var
- Added Assert.Fail() in tests expecting exceptions
- Added Test-APIKey to test application
2013-11-14 00:21:04 +01:00
Michael Bisbjerg
978fca5a8c
Recoded the TestApplication program to demonstrate more features. (In response to #21 )
2013-11-08 01:48:52 +01:00
Michael Bisbjerg
e3b4b21856
- Cleanup
2013-02-15 18:10:26 +01:00
Michael Bisbjerg
d9224272ef
- Implemented Genres methods
2013-02-13 17:02:12 +01:00
Michael Bisbjerg
d5b88aea59
- Implemented Keywords methods
2013-02-13 16:53:58 +01:00
Michael Bisbjerg
0396a6ae2b
- Refactored some classes together
...
- Removed Id patching from some methods (returned class no longer required an Id which wasn't provided by TMDb).
- Renamed Objects.People namespace to Objects.Person
- Fix spelling mistake in SearchResult classes
- Fix bug in GetCollectionImages
- Shortened required references
2013-02-13 16:39:58 +01:00
Michael Bisbjerg
03073c4f28
- Impemented Changes methods
...
- Discovered some redundancies across 4 classes that can be refactored away.
2013-02-13 16:07:26 +01:00
Michael Bisbjerg
b7dc1ed8a0
- Fixed datetype for Movie.
2013-02-13 00:10:44 +01:00
Michael Bisbjerg
d5ec768fcd
- Refactoring
...
- Added Company methods.
- Added List methods.
2013-02-13 00:01:21 +01:00
Michael Bisbjerg
c919330916
- Added Person methods
2013-02-12 23:25:25 +01:00
Michael Bisbjerg
816bb3fd96
- First version of the library
...
- Has dependency for RestSharp
- Has a near-complete interpretation of the Movie read operations
2013-02-12 22:55:38 +01:00