Flywheel Core HTTP API client
Project description
fw-core-client
Flywheel Core HTTP API client.
Installation
Add as a poetry
dependency to your project:
poetry add fw-core-client
Usage
from fw_core_client import CoreClient
core_client = CoreClient(
api_key="site.flywheel.io:699uxdIh2wmqtdDyLJ",
client_name="my-app",
client_version="1.0",
)
projects = core_client.get("/projects")
project_labels = [proj.label for proj in projects]
Development
Install the project using poetry
and enable pre-commit
:
poetry install
pre-commit install
License
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for fw_core_client-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94aed85b341aedcfc5ddd210081789a05437b1573322abf02472a61a59724a2e |
|
MD5 | e75853362133db9b18f8d794de41625e |
|
BLAKE2b-256 | e3303377266e0d696faa8076a25eda95b693de3c8c393beb47c8a22e3f76e459 |