This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
12 lines (12 loc) · 2.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
Package: equibles_stocks
Title: R Package Client for Stocks
Version: 1.0.0
Authors@R: person("Swagger Codegen community", email = "apiteam@swagger.io", role = c("aut", "cre"))
Description: <h3>Authentication</h3> You need to authenticate to use this API. To authenticate click on the \"Authorize\" button and do one of the following steps.<br /> 1. Send your API key in the headers of the request by typing \"Bearer my-key\" on the Bearer authorization scheme.<br /> 2. Send your API key on the \"ApiKey\" query string parameter. To do this type your API key in the Query String authorization scheme.<br /> Both methods are equally valid. We offer both options so that you can use the method that is easier to use in your application.<br /> <br /> <h3>API limits</h3> Your API key may be subject to daily/hourly limits. To know how much requests you have left look at the following headers in the response.<br /> 1. <strong>x-ratelimit-limit</strong> - The total number of requests that you are allowed to make in a given period (hour/day) 2. <strong>x-ratelimit-remaining</strong> - The number of remaining requests that you can perform in the current period.<br /> 3. <strong>x-ratelimit-reset</strong> - The number of seconds until the current period resets.<br /> <br /> <h3>Suggestions</h3> You don't need to implement the whole API by hand in your programming language of choice.<br /> Since this API has an OpenAPI specification you can use <a href=\"https://github.com/swagger-api/swagger-codegen\" target=\"_blank\">Swagger Generator</a> to automatically generate client stubs for more than 30 programming languages. <br /> <br /> You don't have an API key? <a href=\"https://www.equibles.com/api/pricing\" target=\"_blank\">Get one for free here.</a>
Depends: R (>= 3.3.3)
Encoding: UTF-8
License: Unlicense
LazyData: true
Suggests: testthat
Imports: jsonlite, httr, R6
RoxygenNote: 6.0.1.9000