Example Software Development Kit (SDK) for educational purposes
Project description
swcpy software development kit (SDK)
This is an example python SDK to to interact with the SportsWorldCentral Football API. This code is for educational purposes.
Example Usage
To call the SDK functions for normal API endpoints, here is an example:
from swcpy import SWCClient
from swcpy import SWCConfig
config = SWCConfig(url="http://127.0.0.1:8000",backoff=False)
client = SWCClient(config)
response = client.get_health_check()
print(response)
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
swcpy-0.0.4.tar.gz
(1.7 kB
view details)
Built Distribution
swcpy-0.0.4-py3-none-any.whl
(2.0 kB
view details)
File details
Details for the file swcpy-0.0.4.tar.gz
.
File metadata
- Download URL: swcpy-0.0.4.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0674cc54ed308d79354aa2efe238df3d9316bfce55733d9100d5bdeb23468d1b |
|
MD5 | 1ddbcb14e1a67020d5bc559d3a4c046e |
|
BLAKE2b-256 | d680ca1403e8c0fb2b443cb5255c46cb2d4dd10835deb6716b090156a1024a81 |
File details
Details for the file swcpy-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: swcpy-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46c397e28dd738a2c3c5e65df2cce9b3c34bbc4274f00b02c7122e83382c9caf |
|
MD5 | 33f57ff1054f85bb1398a5a7ea2f34e2 |
|
BLAKE2b-256 | 2e4300caa562b374c5287eefe0df17576127e7b50e203b36135e541804144b84 |