Skip to content

Commit 6173852

Browse files
committed
docs: update API clients sections to direct to client_libraries and enhance reference to legacy client
1 parent b9c6c62 commit 6173852

24 files changed

+459
-99
lines changed

docs/api/01meta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ print(res)
149149

150150
### Legacy Clients
151151

152-
We recommend using the modern client libraries mentioned above. Legacy clients are also available for [Python](https://pypi.org/project/delphi-epidata/) and [R](https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/delphi_epidata.R).
152+
We recommend using the modern client libraries mentioned above. Legacy clients are also available for [Python](https://pypi.org/project/delphi-epidata/), [R](https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/delphi_epidata.R), and [JavaScript](https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/delphi_epidata.js).
153153

154154
<div class="code-tabs">
155155
<div class="tab-header">
@@ -191,7 +191,7 @@ print(length(res$epidata))
191191

192192
<div class="tab-content" data-tab="js" markdown="1">
193193

194-
The JavaScript client is available [here](https://github.com/cmu-delphi/delphi-epidata/blob/main/src/client/delphi_epidata.js).
194+
195195

196196
```html
197197
<!-- Imports -->

docs/api/cdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ print(res)
144144

145145
### Legacy Clients
146146

147-
We recommend using the modern client libraries mentioned above. Legacy clients are also available for [Python](https://pypi.org/project/delphi-epidata/) and [R](https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/delphi_epidata.R).
147+
We recommend using the modern client libraries mentioned above. Legacy clients are also available for [Python](https://pypi.org/project/delphi-epidata/), [R](https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/delphi_epidata.R), and [JavaScript](https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/delphi_epidata.js).
148148

149149
<div class="code-tabs">
150150
<div class="tab-header">
@@ -186,7 +186,7 @@ print(length(res$epidata))
186186

187187
<div class="tab-content" data-tab="js" markdown="1">
188188

189-
The JavaScript client is available [here](https://github.com/cmu-delphi/delphi-epidata/blob/main/src/client/delphi_epidata.js).
189+
190190

191191
```html
192192
<!-- Imports -->

0 commit comments

Comments
 (0)