skyscanner-php icon indicating copy to clipboard operation
skyscanner-php copied to clipboard

Update API endpoints

Open ozdemirburak opened this issue 1 year ago • 2 comments

This package is now outdated since Skyscanner now uses v3 API endpoints.

Example call:

POST https://partners.api.skyscanner.net/apiservices/v3/flights/live/search/create

Each endpoint needs to be updated and tested.

For the API key, you can check the testing key:

https://developers.skyscanner.net/docs/getting-started/authentication

ozdemirburak avatar Oct 01 '22 08:10 ozdemirburak

This will require alsomst comlete rework of the library and different input and output data format, which will lead to incompatibility with existing systems. But anyway support for v1 API will end in Jan 2023, so this change is needed.

KirDE avatar Oct 14 '22 12:10 KirDE

That is correct. Thanks for your feedback @KirDE. Are you interested in this issue?

ozdemirburak avatar Oct 14 '22 15:10 ozdemirburak