Skip to content
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

api_template doesn't get shown correctly in peep #14

Open
sckott opened this issue Jan 3, 2016 · 0 comments
Open

api_template doesn't get shown correctly in peep #14

sckott opened this issue Jan 3, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@sckott
Copy link
Owner

sckott commented Jan 3, 2016

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: 
@sckott sckott self-assigned this Jan 3, 2016
@sckott sckott added the bug label Jan 3, 2016
@sckott sckott added this to the v0.2 milestone Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant