Get data from api easier
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EzApiData-0.1.3.2.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file EzApiData-0.1.3.2.tar.gz.
File metadata
- Download URL: EzApiData-0.1.3.2.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50ade8f3381c149cad5e9f3c8d2af359a910d422d00bbcaa40ff84da53a211c0
|
|
| MD5 |
6638c06e50d722732efd23d91dd42345
|
|
| BLAKE2b-256 |
f7563c39a46ffe1499bb36918d041ba6173fa9e57787217119cdb425cfe4ac06
|
File details
Details for the file EzApiData-0.1.3.2-py3-none-any.whl.
File metadata
- Download URL: EzApiData-0.1.3.2-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a90d8a2e2eb2f62f3524de9551c12d9fa629c6a0286abbdedf37c532b87698de
|
|
| MD5 |
3b77c6d9e0b06a5d5bb829b24fa07dba
|
|
| BLAKE2b-256 |
25714f7c09d945e2763292ae0902fad79d5c64f20a3057c601c532ad9517995b
|