Package: hakaiApi
Title: Authenticated HTTP Request Client for the 'Hakai' API
Version: 1.0.0
Authors@R: 
    c(person(given = "Taylor",
             family = "Denouden",
             role = c("aut", "cre"),
             email = "taylor.denouden@hakai.org"),
      person(given = "Brett",
             family = "Johnson",
             role = "aut",
             email = "brett.johnson@hakai.org"),
      person(given = "Nate",
             family = "Rosenstock",
             role = "ctb",
             email = "nate.rosenstock@hakai.org"),
      person(given = "Chris",
             family = "Davis",
             role = "ctb",
             email = "chris.davis@hakai.org"))
Description: Initializes a class that obtains API credentials and provides
    a method to use those credentials to make GET requests to the 'Hakai'
    API server. Usage instructions are documented at
    <https://hakaiinstitute.github.io/hakai-api/>.
License: MIT + file LICENSE
URL: https://github.com/HakaiInstitute/hakai-api-client-r
BugReports: https://github.com/HakaiInstitute/hakai-api-client-r/issues
Depends: R (>= 3.3.0)
Imports: httr, R6, readr, tibble
Suggests: knitr, markdown, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-CA
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-05-06 16:39:01 UTC; taylor
Author: Taylor Denouden [aut, cre],
  Brett Johnson [aut],
  Nate Rosenstock [ctb],
  Chris Davis [ctb]
Maintainer: Taylor Denouden <taylor.denouden@hakai.org>
Repository: CRAN
Date/Publication: 2021-05-07 12:10:05 UTC
