Skip to content

Commit

Permalink
sdk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Aug 15, 2024
1 parent 37c1b0b commit f44eaf9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/concepts/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: "Python SDK"
---

Flare has a Python SDK available on PyPI.
Flare has a Python SDK available on PyPI. It is a simple wrapper around
[requests](https://pypi.org/project/requests/)
that automatically manages API authentication.

## Links

Expand All @@ -17,11 +19,8 @@ pip install flareio

## Basic Usage

The `flareio` package provides the `FlareApiClient` class, which is a simple wrapper around
[requests](https://pypi.org/project/requests/)
that automatically manages API authentication and exposes exposes
`get`, `post`, `put`, and `delete` methods.

The `flareio` package provides the `FlareApiClient` class, which automatically manages
authentication and exposes `get`, `post`, `put`, and `delete` methods.

```python Example
import os
Expand Down

0 comments on commit f44eaf9

Please sign in to comment.