hove-io / navitia

The open source software to build cool stuff with locomotion
https://www.navitia.io/
GNU Affero General Public License v3.0
434 stars 126 forks source link

using count in isochrone api #356

Closed Azema closed 9 years ago

Azema commented 10 years ago

Hi guys,

I've a problem with API journeys:

Sorry for my English, I prefer the French ;-)

Say hello to everyone for me

antoine-de commented 10 years ago

you are right, this api does not seems correctly paginated (the `count should be used for that).

Beware that you did not give a to param to your journey, thus you don't call the classic 'journey' API but the 'isochrone' API (hence the many journeys returned).

We don't use often this API yet, hence the mistake on the pagination. Thanks for the issue, we'll try to correct that as soon as possible!