request icon indicating copy to clipboard operation
request copied to clipboard

http requests DSL for R

Results 11 request issues
Sort by recently updated
recently updated
newest added

This problem is so simple but I can't seem to figure it out. I have some very simple code to interact with the bing web search api. ``` query %...

Dear Scott, We are seeking to use your request package for an authenticated call to Swagger. Would it be possible for you send a code snippet, indicating how to pass...

A user may want to retry a request every X seconds - e.g. if they are getting 503 errors, a server may temporarily be down, and they may want to...

Creating a general purpose rate limiting helper would be useful i think. Aspects: - Arguments: - `value` - Limit value (e.g., `100`) - `period` - Per time frame (e.g. `sec`,...

## various paging patterns: - using query parameters - `limit` & `offset` - specify no. desired, and which record to start at - `per_page` & `page` - specify no. desired,...

e.g., `config = verbose()` or `content_type_json()`