-
Notifications
You must be signed in to change notification settings - Fork 5
Consolidate fetch
interfaces
#99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
f2566ee
refactor: consolidate fetch interface
dshemetov 9f3bb2e
docs: document
dshemetov c221815
bug: fix epidata error handling and epidatr vignette
dshemetov 4547219
docs: document
dshemetov e94b3c9
bug: fix fetch tests
dshemetov 56aac93
doc: document
dshemetov 2e32cf8
bug: add magrittr to suggests
dshemetov 93fc16b
bug: fix mutate call
dshemetov 1c03257
feat: change global_base_url to non-proxy host
dshemetov 670009c
test: Favor `expect_identical` over `expect_equal`; avoid `all_equal`
lcbrooks eb4e602
docs: Polish `get_auth_key()` roxygen
lcbrooks 3939005
tests: Use `withr` in auth tests for better consistency, specificity
lcbrooks 24eba74
tests: `usethis::use_testthat(edition = 3)` (enforce 3rd edition)
lcbrooks 8daac67
docs: match style of multiple `@return` entries in `?epidata_call`
lcbrooks 036f131
refactor: eliminate unused/redundant binding
lcbrooks b5d76b7
feat: improve `print.epidata_call` instructions
lcbrooks d28a133
docs: describe the two categories of classic $epidata formats
lcbrooks ad329f6
docs: fix delphi doc example
dshemetov 7b89f30
bug: fix no results error code
dshemetov 0195f11
docs: fix epidata results doc
dshemetov e320812
test: fix test comments
dshemetov da7199b
refactor: use factor for parsing categoricals
dshemetov 186a531
refactor: fetch interface
dshemetov b1dcea7
style: styler
dshemetov 4bccc1e
doc: docs
dshemetov d83ef0b
bug: fix tests
dshemetov 53bca8e
docs: update many docstrings
dshemetov 55ecb3f
refactor(covidcast_epidata): forward HTTP errors
dshemetov 54e60b3
refactor(fetch): centralize fetch
dshemetov 162d9ff
refactor(pkg): minor changes
dshemetov 121fb56
docs: doc
dshemetov 627eaa6
Merge branch 'dev' into ds/fetch
dshemetov f9c9b53
style: styler
dshemetov d6f5f89
pkg: set package version to 0.5.0 in constants.R
dshemetov 9a4971c
refactor: get consistent naming for API request variables
dshemetov f06a114
doc: docs
dshemetov c151e2c
docs: Fix paragraph-filling that ignored `@param`
lcbrooks cf29057
fix: use regular `factor`s, not `ordered`, for `{geo,time}_type`
lcbrooks 030a60b
docs(as_of): fix typo
lcbrooks 51814e5
docs(fetch_csv): document new parameters
lcbrooks 4b6f964
fix: raise warnings from API when able
lcbrooks 9e97e72
docs: remove docs for replaced `method` parameter
lcbrooks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: These clarifications are great! When talking about these things, we should try to match this terminology, though we might need to also say "http response" or "epidata response" sometimes. Though I'm still going to mix up result and response for a while though.