EzApiData
Get available data from api's that you can use
Why I made this api
- It would be a pain to have to make request to a api for data so I decided why not make it easier for everyone by helping you get the data in a simple function
When getting an api key I recommend using a .env so it will be more protected
import os
import dotenv
dotenv.load_dotenv()
EXAMPLE_API(os.getenv("<VAR-SET-FOR-API-KEY>"))
Example to get info from api
from ezapidata.ApiList.games.game import game_API
import os
import dotenv
dotenv.load_dotenv()
#Must always have a valid API key which can be acquired from the Brawl Stars API and put it in <API-KEY>
API_CALL = game_API(os.getenv("<VAR-SET-FOR-API-KEY>"))
#returns player stats
API_CALL.get_data("<PASS-PARAMETERS>")
used api links
Release files for EzApiData 0.1.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| EzApiData-0.1.3.2.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| EzApiData-0.1.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.7 kB
Release files / EzApiData-0.1.3.2.tar.gz
| Download URL | EzApiData-0.1.3.2.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
50ade8f3381c149cad5e9f3c8d2af359a910d422d00bbcaa40ff84da53a211c0
|
|
BLAKE2b-256 checksum How to use checksums |
f7563c39a46ffe1499bb36918d041ba6173fa9e57787217119cdb425cfe4ac06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.7
|
Release files / EzApiData-0.1.3.2-py3-none-any.whl
| Download URL | EzApiData-0.1.3.2-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a90d8a2e2eb2f62f3524de9551c12d9fa629c6a0286abbdedf37c532b87698de
|
|
BLAKE2b-256 checksum How to use checksums |
25714f7c09d945e2763292ae0902fad79d5c64f20a3057c601c532ad9517995b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.7
|