Package: octopusR
Title: Interact with the 'Octopus Energy' API
Version: 1.0.0
Authors@R: 
    person("James", "McMahon", , "jamesmcmahon0@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-5380-2029"))
Description: This package is 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, spelling, testthat
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-02 23:48:40 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-03-03 09:10:02 UTC
Built: R 4.1.2; ; 2023-03-04 12:09:27 UTC; unix
