Package: salesforcer
Title: An Implementation of 'Salesforce' APIs Using Tidy Principles
Version: 0.1.4
Date: 2020-06-13
Description: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP, 
    Bulk 1.0, Bulk 2.0, and Metadata) <https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_overview>. 
    Most all calls from these APIs are supported as they use CSV, XML or JSON data 
    that can be parsed into R data structures. For more details please see the 
    'Salesforce' API documentation and this package's website 
    <https://stevenmmortimer.github.io/salesforcer/> for more information, 
    documentation, and examples.
Authors@R: c(
    person(c("Steven", "M."), "Mortimer", , "reportmort@gmail.com", c("aut", "cre")),
    person("Takekatsu", "Hiramura", , "thira@plavox.info", c("ctb")),
    person("Jennifer", "Bryan", , "jenny@rstudio.com", c("ctb", "cph")),
    person("Joanna", "Zhao", , "joanna.zhao@alumni.ubc.ca", c("ctb", "cph"))
    )
URL: https://github.com/StevenMMortimer/salesforcer
BugReports: https://github.com/StevenMMortimer/salesforcer/issues
Encoding: UTF-8
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
LazyData: true
Imports: methods (>= 3.6.0), XML (>= 3.99-0.3), httr (>= 1.4.1), dplyr
        (>= 1.0.0), xml2 (>= 1.2.0), readr (>= 1.3.1), data.table (>=
        1.12.0), jsonlite (>= 1.6.1), purrr (>= 0.3.4), lubridate (>=
        1.7.8), base64enc, mime, curl, zip
Suggests: knitr, testthat, rmarkdown, here, RForcecom
VignetteBuilder: knitr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-13 16:44:40 UTC; steven.mortimer
Author: Steven M. Mortimer [aut, cre],
  Takekatsu Hiramura [ctb],
  Jennifer Bryan [ctb, cph],
  Joanna Zhao [ctb, cph]
Maintainer: Steven M. Mortimer <reportmort@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-13 17:20:02 UTC
