Commit Graph

62 Commits

Author SHA1 Message Date
Naliath
9e6c38f701 updated rest sharp reference to nuget package of my own fork 2013-07-22 22:31:37 +02:00
Naliath
e58224b221 Update Readme.md 2013-07-22 22:27:04 +02:00
Naliath
2089302296 Merge commit 'c4a3926c2ae3e15d67280f5667bb8760531be1d3' 2013-05-26 12:52:22 +02:00
Naliath
d953de48e5 Extended datetime changes and updated tests to reflect datetime changes 2013-05-26 12:51:46 +02:00
Naliath
cef5ca2b89 Added DateTime handeling improvements 2013-05-25 16:59:04 +02:00
Naliath
c4a3926c2a Update Readme.md 2013-04-23 09:04:15 +03:00
Naliath
5e89348f79 line endings normalized 2013-04-20 20:21:31 +02:00
Naliath
6f961d5f94 Revamped the RestSharp calls and exception hadling. Now all made calls will automaticly do the desired exception handling without extra local method calls and also support automatic retrying if configured (by default it is disabled). 2013-04-20 19:59:30 +02:00
Naliath
cd6a372482 Quick fix to propagate exeptions thrown by the RestSharp library. Pull request pending on RestSharp lib to prevent useless error's in case of dropped internet connection or other source of invalid server responses. 2013-04-19 08:44:26 +02:00
Naliath
e6ba129aaa Added extra overload for movie get based on imdbId 2013-04-18 12:25:03 +02:00
Naliath
cd2b9b6814 Added support for imdb id based retrieval 2013-03-17 16:52:19 +01:00
Michael Bisbjerg
63675ec4ff - Removed buggy/nonsensical test (it appears I didn't do my ground work well enough :/) 2013-03-07 23:12:33 +01:00
Michael Bisbjerg
f43a0120f2 - Released 0.7.4 to accommodate recent change 2013-03-07 23:04:12 +01:00
Michael Bisbjerg
4f58486920 - Fixed issue #6 by extending the fields revenue and budget. 2013-03-07 23:00:16 +01:00
Michael Bisbjerg
f486d74861 - Added 0.7.3's NuGet package 2013-02-26 22:35:06 +01:00
Michael Bisbjerg
b636010cf9 - Extend images testing / refactor it
- Discovered that the Persons API doesn't accept languages (explains a few things too)
- Added test for issue #1
- Fixed issue #1
- Fixed a test for Changes

- Upgraded to version 0.7.3
2013-02-26 22:34:53 +01:00
Michael Bisbjerg
4474493645 - Fixed up some tests
- Reduced test amount for images, now checks only 1 size pr. image
2013-02-17 23:10:28 +01:00
Michael Bisbjerg
a1113d1bfa - Added basic tests for searching 2013-02-17 15:57:35 +01:00
Michael Bisbjerg
5492c4fdae - Expanded some tests
- Removed unused paramters from an internal method
2013-02-17 15:37:33 +01:00
Michael Bisbjerg
eb9dae6f79 - Cleanup 2013-02-17 15:24:23 +01:00
Michael Bisbjerg
0c98bb4670 - Added tests for collections
- Refactored image testing
- Refactored methods/extras testing
- Added overload for GetCollection
2013-02-17 15:22:16 +01:00
Michael Bisbjerg
d5372601db - Added tests for Changes
- Split out large test methods
2013-02-17 14:28:41 +01:00
Michael Bisbjerg
6b244c42a5 - Made the Nuget package .NET 4 specific 2013-02-16 21:33:58 +01:00
Michael Bisbjerg
776d55f5ae - Minor update 2013-02-16 21:05:40 +01:00
Michael Bisbjerg
bd264a8b01 - First readme 2013-02-16 21:04:49 +01:00
Michael Bisbjerg
de0993f6db - Set the version to 0.7 and created a Nuget package 2013-02-16 20:35:33 +01:00
Michael Bisbjerg
e3b4b21856 - Cleanup 2013-02-15 18:10:26 +01:00
Michael Bisbjerg
f4812bbbb0 - Downgraded .NET from 4.5 to 4.0 2013-02-14 09:40:20 +01:00
Michael Bisbjerg
d75004fc06 - Clarify a todo 2013-02-13 21:46:38 +01:00
Michael Bisbjerg
21ca6e72b3 - Fixed copy/paste mistake, and removed an obsolete comment 2013-02-13 21:44:32 +01:00
Michael Bisbjerg
b27bf60f6c - Reworked the way GetPersonChanges works
- Created tests for Persons and Lists
2013-02-13 21:44:06 +01:00
Michael Bisbjerg
2cc7ebbea3 - Added Company Tests
- Cleaned up usings
- Refactored a URI HEAD tester
2013-02-13 21:15:59 +01:00
Michael Bisbjerg
622b322254 - Fixed naming issue in CompanyMethods
- Added some more Client tests
- Cleanup
- Missed a constructor parameter in the last commit
2013-02-13 20:57:04 +01:00
Michael Bisbjerg
b40b67e7e9 - Made unit tests for the Utils class
- Simplified GetDescription, as some expressions were always true.
2013-02-13 20:38:12 +01:00
Michael Bisbjerg
4abe90f39d - Made changelog test more durable 2013-02-13 20:28:53 +01:00
Michael Bisbjerg
9b434d079f - Parsed the ChangeItem Time property
- Expanded tests
2013-02-13 20:26:59 +01:00
Michael Bisbjerg
953b4880ae - Wrote tests for Keywords and Genres
- Reworked Genres to return a list instead of a container with a list.
2013-02-13 19:57:44 +01:00
Michael Bisbjerg
f34f443c57 - Found som languages submitted as UrlSegments instead of Parameters
- Fixed some keywords methods
2013-02-13 19:56:58 +01:00
Michael Bisbjerg
e11f7b81e2 - Renamings 2013-02-13 19:10:17 +01:00
Michael Bisbjerg
28bb97f578 - Fixed the image url function
- Added tests for the above
2013-02-13 19:09:34 +01:00
Michael Bisbjerg
4f84423533 - Made test configuration pr-test instead of static
- Added some tests
2013-02-13 17:25:53 +01:00
Michael Bisbjerg
8f626ca3e7 - Removed unused references 2013-02-13 17:03:45 +01:00
Michael Bisbjerg
ebd7d7efe3 - Cleanup 2013-02-13 17:03:20 +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
c7ecd19a85 - Renamed Keywords class to KeywordsContainer 2013-02-13 16:45:48 +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
e4727bf907 - Fix bug in Movie methods 2013-02-13 16:01:18 +01:00
Michael Bisbjerg
fdd92206a8 - Implemented various search methods 2013-02-13 15:43:37 +01:00