Categorygithub.com/unwiredlabs/locationapi-client-libraries
module
0.0.0-20230705053459-e6c2022d9d35
Repository: https://github.com/unwiredlabs/locationapi-client-libraries.git
Documentation: pkg.go.dev

# README

locationapi-client-libraries

This repository contains LocationAPI definition written in OpenAPI (v3) and the client libraries generated using (openapi generator)[https://openapi-generator.tech/] and samples.

Client libraries generated for:

languagetested?
clojureno
csharpno
dartno
gono
haskellno
javayes
kotlinno
objcno
perlno
phpyes
pythonyes
qt5cppno
rno
rubyno
rustno
scalano
swift4no

Supported APIs

Currently the following APIs are supported

  • Geolocation API
  • Geocoding API
  • Timezone API
  • Balance API

Specification file:

The ul_api_spec_openapi3_v2_0_0 contains the specifiation of LocationAPI. It is written in OpenAPI 3.0.

Generate libraries:

The script generate.sh is compiled with necessary options to help build a client library for LocationAPI.

  • To generate client libraires for all the listed languages: ./generate.sh
  • To generate a single client library for any particular language: ./generate.sh <language>

# Packages

No description provided by the author