Skip to content

Commit 10c3433

Browse files
authored
Merge pull request #34 from wogsland/add-client-links
Added links to other Demand API clients
2 parents acf8947 + cd2b361 commit 10c3433

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: python-tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
<a href="https://github.com/dynata/python-demandapi-client/actions?query=branch%3Adev"><img alt="GitHub Actions status" src="https://github.com/dynata/python-demandapi-client/workflows/python-tests/badge.svg"></a>
44

5-
A Python client library for the [Dynata Demand API](https://developers.dynata.com/)
5+
A Python client library for the [Dynata Demand API](https://developers.dynata.com/). There are also [go](https://github.com/researchnow/go-samplifyapi-client) and [.NET](https://github.com/researchnow/dotnet-samplifyapi-client) clients available.
6+
67
## Setup
78

89
The client requires environment variables to be set for the Dynata Demand API credentials. These can be found in `.env-example`.

0 commit comments

Comments
 (0)