example_url()
runs a simple websever using the webfakes package with the
following endpoints:
all the ones from the
webfakes::httpbin_app()
/iris
: paginate through the iris dataset. It has the query parameterspage
andlimit
to control the pagination.
example_github_client()
is an OAuth client for GitHub.