Skip to content

Commit

Permalink
permit download of tsv files
Browse files Browse the repository at this point in the history
  • Loading branch information
aappling-usgs committed Jul 16, 2015
1 parent 6dc55d5 commit 821bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/REST_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sbtools_POST <- function(url, body, ..., session){
#' @keywords internal
sbtools_GET <- function(url, ..., session) {

supported_types <- c('text/plain','application/json','application/x-gzip')
supported_types <- c('text/plain','text/tab-separated-values','application/json','application/x-gzip')
if (!session_validate(session))
stop('session is not valid. See ?authenticate_sb')

Expand Down

0 comments on commit 821bdd8

Please sign in to comment.