Commit Graph

1057 Commits

Author SHA1 Message Date
Michael Bisbjerg
d5ed8d2ee6
Merge pull request #388 from jakdaniel/master
add method GetAggregateCredits
2021-10-19 22:30:26 +02:00
Michael Bisbjerg
33c25ff073 Fixup tests and add missing AggregateCredits property to TvShow 2021-10-19 22:29:05 +02:00
jakdanieltfs
0892ea74e3 add method GetAggregateCredits 2021-10-19 22:29:05 +02:00
Michael Bisbjerg
5526e33480
Merge pull request #379 from danilobbezerra/master
Adding Translation Object Fields
2021-10-19 22:28:58 +02:00
Michael Bisbjerg
d2554f555e Update test 2021-10-19 22:20:14 +02:00
Danilo
13ee3dcb3d add home page 2021-10-19 22:20:14 +02:00
Danilo
810abe79bc add translation data object 2021-10-19 22:20:14 +02:00
Michael Bisbjerg
ff517c3830
Merge pull request #389 from 1337joe/add-image-logos
Add logo to images, add tests, update verifiers
2021-10-19 22:17:01 +02:00
Joe Rogers
df5f5316e9
Add logo to images, add tests, update verifiers 2021-10-11 22:50:14 +02:00
Michael Bisbjerg
b7cfb20306
Merge pull request #387 from LordMike/feature/auto-contents
Auto: Updating standardized files
2021-09-26 19:08:37 +02:00
Auto Contents
51269322fb Updating standard content files for repository 2021-09-26 17:06:33 +00:00
Michael Bisbjerg
942e5ba2ee
Merge pull request #386 from wickedhanzo/feature/review_add_authordetails
Add Authordetails to Reviews
2021-09-17 21:36:46 +02:00
Carp
53812c1921 Add Authordetails to Reviews 2021-09-15 23:47:10 +02:00
Michael Bisbjerg
2d3d2d4c30 Rename GetImageBytes, fixes #375 2021-04-26 22:53:16 +02:00
Michael Bisbjerg
08e7544455
Merge pull request #373 from LordMike/feature/serializer-refactor
Refactor serialization into own class
2021-04-15 22:13:19 +02:00
Michael Bisbjerg
bab317770e API reduction 2021-04-15 22:11:35 +02:00
Michael Bisbjerg
5bc0ffbaaf Refactor serialization into own class 2021-04-15 22:05:48 +02:00
Michael Bisbjerg
8cb86e5bb4
Merge pull request #372 from LordMike/feature/auto-contents
Auto: Updating standardized files
2021-04-13 09:34:32 +02:00
Auto Contents
9b1402cdc6 Updating standard content files for repository 2021-04-13 07:33:08 +00:00
Michael Bisbjerg
ef5d852982 Bugfix disposed stream
Fixes #371
2021-04-06 22:50:53 +02:00
Michael Bisbjerg
e500d4a5ef Ensure genre_ids always has workaround code
Fixes #307
2021-04-06 00:33:53 +02:00
Michael Bisbjerg
d279b491c4 Add analyzers and fix bad code
Fixes #297
2021-04-06 00:24:48 +02:00
Michael Bisbjerg
00a98d603f Add missing prop to Person
Fixes #322
2021-04-06 00:06:12 +02:00
Michael Bisbjerg
2cd0a07762
Link to blog on alpha packages 2021-03-28 19:01:35 +02:00
Michael Bisbjerg
11bd6a0c4b Bugfix readme examples 2021-03-27 23:45:33 +01:00
Michael Bisbjerg
a1ed4b6eae
Merge pull request #366 from LordMike/feature/auto-contents
Auto: Updating standardized files
2021-03-27 23:38:47 +01:00
Michael Bisbjerg
f32c494134 Updating standard content files for repository 2021-03-27 22:34:29 +00:00
Michael Bisbjerg
cc471c1a1c Remove changelog 2021-03-27 23:06:55 +01:00
Michael Bisbjerg
670ad1bc40
Update Readme.md 2021-03-27 23:05:36 +01:00
Michael Bisbjerg
4ef3776a59 Add production countries to Tv Shows
Also put ProductionCompany into General
Fixes #153
2021-03-27 19:18:47 +01:00
Michael Bisbjerg
54303b2edf Cleanup 2021-03-27 18:18:15 +01:00
Michael Bisbjerg
1496c3b63d
Merge pull request #370 from mohd-akram/episode-groups-method
Add EpisodeGroups method
2021-03-27 18:11:18 +01:00
Michael Bisbjerg
f70c376c38 Update to latest master 2021-03-27 18:08:08 +01:00
Mohamed Akram
87511e070c Add EpisodeGroups method 2021-03-27 18:06:11 +01:00
Michael Bisbjerg
a04a3f4116
Merge pull request #347 from LordMike/feature/updates
Large refactoring
2021-03-27 18:05:17 +01:00
Michael Bisbjerg
71452ad567 Rewrite tests to use Verify library 2021-03-27 18:03:37 +01:00
Michael Bisbjerg
82a1573827 Cleanup 2021-03-27 18:03:26 +01:00
Michael Bisbjerg
040f9794e5 Remove obsolete operator, rename Get, Post, Delete methods 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
2c1dff94d4 Cleanup internal method names 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
08c0b0fe32 Cleanup redundant code 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
ab628e5de7 Use Task.Delay() 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
591f7cd209 Refactor tests, shorthand TMDbClient 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
f5cdd0c3e7 Refactor tests, employ async, use better Assert() calls
Use async Xunit tests
Apply xunit analyzer suggestions, such as "Assert.False()" instead of "Assert.Equal(false, ..)
Introduce errors for missing await calls
Remove all .Result properties
Remvoe all .Sync() calls
2021-03-27 18:02:24 +01:00
Michael Bisbjerg
8e622cb8bf Remove fancy json logic in tests
It was a cute idea, but way too unmaintainable
2021-03-27 18:02:24 +01:00
Michael Bisbjerg
06faa8d1c2 Renames 2021-03-27 18:02:24 +01:00
Michael Bisbjerg
71c23b6509
Merge pull request #369 from voiddaek/patch-1
Added a missing getter and setter to Images property
2021-03-27 18:00:54 +01:00
Michael Bisbjerg
6d6c19750a Missed one
See #364
2021-03-27 15:14:31 +01:00
Michael Bisbjerg
002e1b136c Ensure new GetImageBytes() supports cancellation 2021-03-27 13:47:28 +01:00
Michael Bisbjerg
87f5b9c73e Add function to download image bytes
Fixes #367
2021-03-27 13:45:30 +01:00
Michael Bisbjerg
d5ffbd649d Add additional properties to Credits Cast+Crew
Fixes #364
2021-03-27 13:34:30 +01:00