Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 225 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 225 Bytes

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.