Socket
Socket
Sign inDemoInstall

com.github.romankh3:skyscanner-flight-api-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.romankh3:skyscanner-flight-api-client

Client for Skyscanner Flight Search API hosted in Rapid Api


Version published
Maintainers
1
Source

skyscanner-flight-api-client

Maven Central jCenter

Description

Published on Maven Central and jCenter Client for Skyscanner Flight Search API hosted in Rapid Api

Latest version 0.1.10

Release Notes

0.1.10

  • provided build.gradle and publish process via bintray-gradle-plugin

0.1

  • added Places call
  • added Localisation call
  • added browse quotes for Browse Flight Search

Plans to add

  • add all the requests for Browse Flight Search
  • add Live Flight Search

Usage

Skyscanner has four groups of requests and all has public interfaces with implementations for using.

  • Live Flight Search(to be added) -> LiveFlightSearchClient ^ LiveFlightSearchClientImpl
  • Places(added) -> PlacesClient ^ PlacesClientImpl
  • Browse Flight Prices(added one request) -> BrowseFlightPricesClient -> BrowseFlightPricesClientImpl
  • Localisation(added) -> LocalisationClient ^ LocalisationClientImpl

For example LocalisationClient:

String xRapidApiKey = YOUR-API-KEY;
LocalisationClient client = new LocalisationClientImpl();

List<CurrencyDto> currencyDtos = client.retrieveCurrencies(xRapidApiKey);

// or
String locale = "ru-RU";
List<CountryDto> countryDtos = client.retrieveCountries(locale, xRapidApiKey);

FAQs

Package last updated on 10 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc