You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: These endpoints require additional authorization to use
- contents:
- starts_with("pvt_")
- title: Autocomplete helpers
desc: Objects that can autocomplete API signals names for faster exploration
- contents:
- covidcast_epidata
I'd put important things first, and rarely used stuff at the bottom. For instance, caching control and private API methods should both end up at the bottom. Perhaps:
Make API requests
Configuration and utilities
Autocomplete helpers
Make requests to private API endpoints
Control caching behavior (with the word casing fixed on this one too)
I figure that once someone gets past the Getting Started vignette and sets their API key, most of their use of the reference will be to find specific API endpoints, so this puts the important things first.
The text was updated successfully, but these errors were encountered:
Here's the current version: https://cmu-delphi.github.io/epidatr/reference/index.html
We choose the ordering in
_pkgdown.yml
:epidatr/_pkgdown.yml
Lines 35 to 64 in ee952c5
I'd put important things first, and rarely used stuff at the bottom. For instance, caching control and private API methods should both end up at the bottom. Perhaps:
I figure that once someone gets past the Getting Started vignette and sets their API key, most of their use of the reference will be to find specific API endpoints, so this puts the important things first.
The text was updated successfully, but these errors were encountered: