Welcome to the documentation for abstract-python
library
abstract-python
library is a Python SDK for APIs by AbstractAPI. It contains helper classes
that allow Python developers use these APIs without having to know the endpoints off-hand.
It also does type validation on each request data before they are sent to the API server. This helps to manage credits, as each request costs a credit -
whether successful or otherwise.
This SDK currrently supports the Exchange Rates API,
IP Geolocation API, and the VAT API.
abstract-python
libraryJSON
object. Each response object has a status
field that contains the response status code. Below is a sample response object for a successful request:
status
field is used to verify the request’s success.
abstract-python
are in two(2) variants.
TypeError
, usually from wrong data types used in arguments.