We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb7d423 + 6b1627a commit f06a896Copy full SHA for f06a896
.env-example
@@ -0,0 +1,3 @@
1
+DYNATA_DEMAND_CLIENT_ID=
2
+DYNATA_DEMAND_USERNAME=
3
+DYNATA_DEMAND_PASSWORD=
README.md
@@ -1,5 +1,20 @@
# python-demandapi-client
A Python client library for the Dynata Demand API
4
-# Testing
+## 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
Use the command `pytest tests` to run the tests for this project.
0 commit comments