trip_advisor_api

Creator: coderz1093

Last updated:

0 purchases

trip_advisor_api Image
trip_advisor_api Images
Add to Cart

Description:

trip advisor api

Features #
This package lets you communicate directly with the trip advisor contents api Found Here
You can search places in radius, search by text and get a lot of info about a place.
Getting started #
In order to use this package you just need to create a trip advisor contents api account.
Once you get the api key itself just Create a TripAdvisorApi instance with the api and you're ready to go
Usage #
ApiSettings settings = ApiSettings(apiKey: YOUR_API_KEY_HERE);
TripAdvisorApi tripAdvisorApi = TripAdvisorApi(settings);

tripAdvisorApi.nearbySearch.get(...)
tripAdvisorApi.findSearch.get(...)
tripAdvisorApi.locationDetails.get(...)
tripAdvisorApi.locationPhotos.get(...)
tripAdvisorApi.locationReviews.get(...)
copied to clipboard
Additional information #
You're always welcome to contribute on github. Still need to add the supported countries and supported currencies and add exception handling on http requests failures. Also More documentation is needed.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.