Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination API only returns one destination for bus 72 #89

Closed
ChadiEM opened this issue Apr 22, 2019 · 4 comments
Closed

Destination API only returns one destination for bus 72 #89

ChadiEM opened this issue Apr 22, 2019 · 4 comments

Comments

@ChadiEM
Copy link

ChadiEM commented Apr 22, 2019

Hello, after the bus reorg, I started having this issue of only one destination for bus 72.

https://api-ratp.pierre-grimaud.fr/v3/destinations/bus/72?_format=json

only returns 'Parc de Saint-Cloud', and not the other direction.

{
    "result": {
        "destinations": [
            {
                "name": "Parc de Saint-Cloud",
                "way": "A"
            }
        ]
    },
    "_metadata": {
        "call": "GET /destinations/bus/72",
        "date": "2019-04-22T10:00:49+02:00",
        "version": 3
    }
}

Others seem to be working fine (I don't have an exhaustive list of those that are not working).

@pgrimaud
Copy link
Owner

Hi, good catch. I will take a look asap

@pgrimaud pgrimaud transferred this issue from pgrimaud/ratp-api-rest Jun 2, 2019
@pgrimaud
Copy link
Owner

pgrimaud commented Jun 2, 2019

Hello, je viens de transférer cette issue côté documentation de mon API RATP pour tout centraliser.

Pour information, c'est corrigé sur la v4. 😄

Je clôturerai cette issue quand elle sera officiellement release.

Pierre

@pgrimaud pgrimaud added this to the 4.0 milestone Jun 2, 2019
@pgrimaud
Copy link
Owner

pgrimaud commented Jun 2, 2019

Hi @ChadiEM

Fixed in API v4 : https://api-ratp.pierre-grimaud.fr/v4/destinations/buses/72

Regards

@pgrimaud pgrimaud closed this as completed Jun 2, 2019
@ChadiEM
Copy link
Author

ChadiEM commented Jun 2, 2019

Thanks! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants