110 Commits

Author SHA1 Message Date
Dan Zajdband
447d41dca0 Version 0.2.5 0.2.5 2016-09-19 23:18:29 -04:00
Dan Zajdband
a562c79681 Merge pull request #53 from grantholle/master
Updating watchlist endpoints to match tmdb api, resolves #52
2016-09-19 23:17:51 -04:00
Grant Holle
cb810b2ff1 Updating watchlist endpoints to match tmdb api, resolves #52 2016-09-20 09:58:29 +08:00
Dan Zajdband
20e73801df Version 0.2.4 bumping 0.2.4 2016-07-19 12:49:26 -04:00
Dan Zajdband
2d534a2b57 Merge pull request #48 from pitazo/patch-1
Update endpoints.json
2016-05-18 15:54:41 -04:00
pitazo
91620b8a08 Update endpoints.json 2016-05-18 16:20:47 -03:00
Dan Zajdband
4d718a8d04 Merge pull request #47 from Alvaroctal/master
Added basic support for session
2016-04-17 20:17:01 -04:00
Alvaro Octal
4da94716b8 Added basic support for session
- Now you can open a session, and use the account methods.
2016-04-16 18:13:57 +02:00
Dan Zajdband
a431ca81c1 solved conflicts 2016-03-28 08:26:39 -04:00
Dan Zajdband
c7e0efbe81 Updated readme endpoints. 2016-03-28 08:25:47 -04:00
Dan Zajdband
7f9b48b53f Added tool for exporting endpoints as a markdown table 2016-03-28 08:24:16 -04:00
Dan Zajdband
d070cb777e Merge pull request #43 from angelstoone/master
Movie method release_dates added to the README
2016-03-25 15:44:34 -04:00
angelstoone
35349416fa Movie method release_dates added to the README 2016-03-25 19:26:00 +01:00
Dan Zajdband
e4e3116164 Merge pull request #42 from angelstoone/master
Movie method release_dates added.
2016-03-25 14:03:40 -04:00
angelstoone
6b7bad48d2 Movie method release_dates added. 2016-03-25 18:55:25 +01:00
Dan Zajdband
2b09f631d5 Version 0.2.3 bumping 2016-03-15 09:15:52 -04:00
Dan Zajdband
3a37150a89 Merge pull request #40 from oeuillot/master
Add etag and if-modified-since support.
2016-03-14 12:58:57 -04:00
oeuillot
a8733f5c4c Add etag and if-modified-since support. (http request)
The execMethod() returns a third parameter which is the http response.
(In order to get the date and the etag header values)
2016-03-14 17:43:30 +01:00
Dan Zajdband
5c7a378164 Merge pull request #35 from dekatron/master
Correct Readme
2015-12-30 19:29:17 -03:00
Dekatron
f83bc03a29 Correct Readme 2015-12-17 22:29:37 +00:00
Dan Zajdband
0b25fab818 Merge pull request #34 from angelxmoreno/superagent_update
Updating superagent and using new syntax
2015-12-17 17:10:46 -03:00
Angel S. Moreno
75e55b8b61 updated superagent version 2015-12-17 13:25:27 -05:00
Angel S. Moreno
3af76b0501 Merge branch 'master' of github.com:angelxmoreno/moviedb into superagent_update
# Conflicts:
#	package.json
2015-12-17 13:24:03 -05:00
Dan Zajdband
65aea41dbf Merge pull request #31 from danieldmo/daniel
adding methods 'tvAiringToday' and 'tvOnTheAir' + unit tests
2015-12-16 18:09:51 -03:00
Angel S. Moreno
1a69035243 Updating superagent and using new syntax 2015-12-16 15:32:12 -05:00
Daniel
d2ae8164ff adding methods to README.md 2015-11-23 10:15:31 -08:00
Daniel
d13b34ecc0 tvAiringToday and some unit tests 2015-11-20 15:13:32 -08:00
Dan Zajdband
70a1a9ded0 bumping 0.2.2 2015-10-14 11:52:50 -03:00
Dan Zajdband
ae479b9ebc Merge pull request #29 from angelxmoreno/angelxmoreno-patch-1
Added useful meta data to package.json
2015-10-14 11:52:17 -03:00
Dan Zajdband
f57825bb33 0.2.1 bumping. 2015-10-14 11:48:06 -03:00
Angel S. Moreno
bee04502c6 Added useful meta data to package.json 2015-10-14 09:04:48 -04:00
Dan Zajdband
48e471394c Merge pull request #28 from dehlen/master
Added Endpoints for Show Videos and Similar Shows
2015-09-29 14:04:53 -03:00
David Ehlen
e57d5d4c50 Added Endpoints for Show Videos and Similar Shows 2015-09-29 18:46:32 +02:00
Dan Zajdband
bf78001d99 Merge pull request #27 from dehlen/master
Added Combined Credits to endpoints
2015-09-29 11:41:52 -03:00
David Ehlen
b13ee67b2f Added Combined Credits to endpoints 2015-09-29 08:42:30 +02:00
Dan Zajdband
b9ce9fba94 - Added browser version (moviedb.js and moviedb.min.js)
- Request token now returns an error instead of throwing.
v0.2.0
2015-03-07 12:14:30 -03:00
Dan Zajdband
b5ef11ed61 Version 0.1.9 v0.1.9 2014-10-15 20:18:53 -03:00
Dan Zajdband
2e093aa080 Throw error on bad apikey request. 2014-10-15 20:16:10 -03:00
Dan
cfdb406cd3 Release 0.1.8 v0.1.8 2014-07-27 12:13:08 -03:00
Dan
ba1ad544f9 Release 0.1.7 v0.1.7 2014-07-27 12:10:58 -03:00
Dan Zajdband
976949d443 Merge pull request #23 from RuudBurger/patch-2
Update movieCasts to movieCredits in readme.md
2014-07-22 12:23:05 -03:00
Dan Zajdband
c1ede365ff Better error handling. 2014-07-22 12:22:00 -03:00
Ruud Burger
ef24e28462 Update movieCasts to movieCredits in readme.md 2014-07-22 13:15:35 +02:00
Dan Zajdband
142368c0de Merge pull request #21 from fbernardo/master
Adding /search/multi operation.
2014-07-16 23:54:27 -03:00
Fábio Bernardo
ca13dca656 Added /movie/:id/videos method. 2014-07-16 23:30:25 +01:00
Fábio Bernardo
66f17437f9 Updating the README with the new method. 2014-07-16 00:40:17 +01:00
Fábio Bernardo
0ea7384667 Adding /search/multi operation. 2014-07-16 00:35:33 +01:00
Dan Zajdband
b77ca4c231 Release 0.1.6 0.1.6 2014-07-08 18:13:13 -03:00
Dan Zajdband
24e5fde507 Merge pull request #16 from spacepluk/master
get more meaningful errors
2014-07-08 18:11:54 -03:00
Dan Zajdband
248ad960d1 Merge pull request #18 from joevanwanzeele/master
Added path for "discover"
2014-07-08 18:11:38 -03:00