Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
besil committed Apr 12, 2024
1 parent 3ee0c56 commit 6b508fb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ A simple python wrapper around [saltedge](https://docs.saltedge.com/general/) ap
- Modular design
- Dynamic payload with typing support with TypedDict

# Quickstart - Partner Account API (AISP)
# Quickstart

## Installation
```
pip install saltedge
```

## Partner API overview (AISP)
https://docs.saltedge.com/partners/v1/#quick_start
```python
import datetime as dt
Expand Down Expand Up @@ -96,4 +103,4 @@ for account in partner.accounts.list(connection["id"]):
git clone git@github.com:besil/saltedge.git
cd saltedge
poetry install
```
```

0 comments on commit 6b508fb

Please sign in to comment.