gromez / allocine-api

Allociné API libs
Apache License 2.0
77 stars 27 forks source link

Added showtimelist #5

Open sdabet opened 10 years ago

sdabet commented 10 years ago

Added showtimelist method in Allocine class, along with a demo script that calls it and does some formatting.

ghost commented 10 years ago

Allocine seems to not publish an api; They are a very good reason but time is money and they are not concerned by this. That´s all.

Julien

Le 2 juil. 2014 à 19:19, Sébastien Dabet notifications@github.com a écrit :

Added showtimelist method in Allocine class, along with a demo script that calls it and does some formatting.

You can merge this Pull Request by running

git pull https://github.com/sdabet/allocine-api master Or view, comment on, or merge it at:

https://github.com/gromez/allocine-api/pull/5

Commit Summary

Added showtimelist method Added script to demonstrate usage of showtimelist File Changes

M PHP/allocine.class.php (16) A PHP/showtimelist.php (62) Patch Links:

https://github.com/gromez/allocine-api/pull/5.patch https://github.com/gromez/allocine-api/pull/5.diff — Reply to this email directly or view it on GitHub.

sdabet commented 10 years ago

Hi Julien, I'm sorry, I didn't understand your comment, what did you mean?

ghost commented 10 years ago

Hi Sebastien,

Good work about Allocine api. But an official api should be now in 2014 the better way.

On Jul 2, 2014, at 19:24 , Sébastien Dabet notifications@github.com wrote:

Hi Julien, I'm sorry, I didn't understand your comment, what did you mean?

— Reply to this email directly or view it on GitHub.

sdabet commented 10 years ago

That's some good news

girardinsamuel commented 4 years ago

Hello guys !

I am reopening this old topic : When using the showtimelist API endpoint, with the example provided (zip = 10, radius = 38000).

It generates the following request: http://api.allocine.fr/rest/v3/showtimelist?partner=100043982026&zip=38000&radius=10&format=json&filter=movie&sed=20200312&sig=0g3wnXKCLsCMYJvkALowSTssB2s%3D

And I get the following error : {"error":{"code":0,"$":"Invalid filter parameter value"}} Do you have an idea about the issue ? Thanks in advance !