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 get_client
core_client = get_client(
client_name="my-app",
client_version="1.0",
api_key="site.flywheel.io:699uxdIh2wmqtdDyLJ",
)
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
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 fw_core_client-0.3.0-py3-none-any.whl.
File metadata
- Download URL: fw_core_client-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.9 Linux/4.19.78-coreos
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b74fdcb7b5f7ac575d4d7d794d7a2f8032c85af2d4817287bac2a2d2376785c
|
|
| MD5 |
30ba08bce8e43b277f90e543766311c9
|
|
| BLAKE2b-256 |
fef4e881b3f747dd3f25c43f7aae5fb5ab150801ab69bb470cef28823a091486
|