sckott / apipkgen

Generate an R package from API specs
http://sckott.github.io/apipkgen/
Other
20 stars 2 forks source link

feedback? #5

Closed sckott closed 3 weeks ago

sckott commented 8 years ago

@bhaskarvk let me know what you think

bhaskarvk commented 8 years ago

will do.

bhaskarvk commented 8 years ago

How do I call an API which takes input as PATH ? e.g. http://somehost.net/customers/<CUSTOMER-ID>/

How do I pass CUSTOMER-ID ?

sckott commented 8 years ago

Thanks for the feedback @bhaskarvk

not currently supported, coming...

sckott commented 8 years ago

@bhaskarvk okay, try again after reinstalling devtools::install_github("ropenscilabs/apipkgen"), see nscilabs/apipkgen/blob/master/inst/examples/template_crossref2.yml#L6-L10 for example, use the key path to specify a path, which is used on the base url for the API, like you have above