Skip to content

Commit fc4104e

Browse files
committed
some documentation for POP-2271, POP-2272 & POP-2273
1 parent 813e489 commit fc4104e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.env-example

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DYNATA_DEMAND_CLIENT_ID=
2+
DYNATA_DEMAND_USERNAME=
3+
DYNATA_DEMAND_PASSWORD=

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# python-demandapi-client
22
A Python client library for the Dynata Demand API
3+
4+
## Setup
5+
6+
The client requires environment variables to be set for the Dynata Demand API credentials. These can be found in `.env-example`.
7+
8+
## Example Usage
9+
10+
demandapi = DemandAPIClient()
11+
demandapi.authenticate()
12+
demandapi.logout()
13+
14+
## Contributing
15+
16+
Information on [contributing](CONTRIBUTING.md).
17+
18+
## Testing
19+
20+
<need some>

0 commit comments

Comments
 (0)