We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813e489 commit fc4104eCopy full SHA for fc4104e
.env-example
@@ -0,0 +1,3 @@
1
+DYNATA_DEMAND_CLIENT_ID=
2
+DYNATA_DEMAND_USERNAME=
3
+DYNATA_DEMAND_PASSWORD=
README.md
@@ -1,2 +1,20 @@
# python-demandapi-client
A Python client library for the Dynata Demand API
+
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