Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.02 KB

File metadata and controls

22 lines (13 loc) · 1.02 KB

GeoDataSource OpenAPI Definitions

GeoDataSource provides various APIs to help you to for a city by using latitude and longitude coordinate, or lookup the associated land border countries (the neighboring countries) based on the input of country code in ISO3166-2 format.

This repository contains GeoDataSource API definition files, represented in the OpenAPI Specification standard.

Folder structure

API definitions in this repository are organized into two sub-folders:

   /json – Definition files in the json format.
   /yaml – Definition files in the yaml format.

Usage

Typically, you can import and use the API definition files in the Postman. Postman allows you to quickly set up an API request by importing an existing definition files. You can follow their tutorial (https://learning.postman.com/docs/getting-started/importing-and-exporting/importing-from-swagger/) to learn more on how to do it.

License

MIT license, refer to the license.txt.