Skip to content

Commit

Permalink
a little more about the secrets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
macpd committed Jul 2, 2024
1 parent 30061e1 commit 1434509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Python3.11+ is **required**. Some newer features are directly used and earlier v
# Python code usage

### Create secrets.yaml
You need to put your API credentials in yaml file which the client code will use for authentication.
Expected fields (no quotes):
```yaml
client_id: 123
client_secret: abc
client_key: abc
```
### Using the interface:
## Using the interface:
#### Construct an API query
A query is a combination of a "type (and, or, not)" with multiple Conditions ("Cond")
Expand Down

0 comments on commit 1434509

Please sign in to comment.