Package: octopusR
Title: Interact with the 'Octopus Energy' API
Version: 1.0.1
Authors@R: 
    person("James", "McMahon", , "jamesmcmahon0@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5380-2029"))
Description: A simple wrapper for the 'Octopus Energy' API
    <https://developer.octopus.energy/docs/api/>. It handles
    authentication, by storing a provided API key and meter details.
    Implemented endpoints include 'products' for viewing tariff details
    and 'consumption' for viewing meter consumption data.
License: MIT + file LICENSE
URL: https://github.com/Moohan/octopusR,
        https://moohan.github.io/octopusR/
BugReports: https://github.com/Moohan/octopusR/issues
Imports: askpass, cli, glue, httr2, rlang, tibble
Suggests: covr, lubridate, spelling, testthat
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-06-09 14:38:49 UTC; James
Author: James McMahon [aut, cre] (<https://orcid.org/0000-0002-5380-2029>)
Maintainer: James McMahon <jamesmcmahon0@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-09 15:10:07 UTC
Built: R 4.2.0; ; 2023-06-10 11:32:26 UTC; unix
