Welcome to AirLabs’ documentation!
A Python wrapper around AirLabs API.
Contents:
Introduction
This library provides a pure Python interface for the AirLabs API.
Usage
To use this library, first create an api key and run:
import airlabs
api = airlabs.API("api key here")
Then, the endpoints may be used.