Skip to content

api_template doesn't get shown correctly in peep #14

Open
@sckott

Description

@sckott

works correctly for similar api_path function, but doesn't for api_template, eg..,

repo_info <- list(username = 'craigcitro', repo = 'r-travis')
api('https://api.github.com/') %>%
    api_template(template = 'repos/{{username}}/{{repo}}/issues', data = repo_info) %>% 
    peep
#> <http request> 
#>   url: https://api.github.com/
#>   paths: ## should be shown here
#>   query: 
#>   body: 
#>   paging: 
#>   headers: 
#>   rate limit: 
#>   retry (n/delay (s)): /
#>   error handler: 
#>   config: 

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions