Skip to content

Commit a43de99

Browse files
authored
Merge pull request #699 from cmu-delphi/krivard/new-endpoint-tutorial
Update new endpoint tutorial
2 parents 6adf4af + 320929b commit a43de99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/new_endpoint_tutorial.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this tutorial we'll create a brand new endpoint for the Epidata API:
1212
`fluview_meta`. At a high level, we'll do the following steps:
1313

1414
1. understand the data that we want to surface
15-
2. add the new endpoint to `api.php`
15+
2. add the new endpoint to the API server
1616
3. add the new endpoint to the various client libraries
1717
4. write an integration test for the new endpoint
1818
5. update API documentation for the new endpoint
@@ -328,8 +328,7 @@ actual
328328
[pull request for the `fluview_meta` endpoint](https://github.com/cmu-delphi/delphi-epidata/pull/93)
329329
created in this tutorial.
330330

331-
Once it's approved, commit the code. Within a short amount of time (usually ~30
332-
seconds), the API will begin serving your new endpoint. Go ahead and give it a
331+
Once it's approved, merge the PR, and contact an admin to schedule a release. Once released, the API will begin serving your new endpoint. Go ahead and give it a
333332
try: https://delphi.cmu.edu/epidata/fluview_meta/
334333
335334
```

0 commit comments

Comments
 (0)