/fapi

发/Fa/Fā API based on requests

Primary LanguagePythonMIT LicenseMIT

faapi - Fa/Fā/发 API which means send api

Call API quickly ♡ by twinsant.

How to use

from faapi import API

api = API('https://ifconfig.io')
pprint(api.get.all_json()) # See more examples in fapi.py tests.