Package: ghql
Type: Package
Title: General Purpose 'GraphQL' Client
Description: A 'GraphQL' client, with an R6 interface for initializing
    a connection to a 'GraphQL' instance, and methods for constructing
    queries, including fragments and parameterized queries. Queries
    are checked with the 'libgraphqlparser' C++ parser via the
    'gaphql' package.
Version: 0.1.0
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
    email = "myrmecocystus@gmail.com",
    comment = c(ORCID="0000-0003-1444-9135")))
License: MIT + file LICENSE
URL: https://github.com/ropensci/ghql (devel)
        https://docs.ropensci.org/ghql (docs)
BugReports: https://github.com/ropensci/ghql/issues
Encoding: UTF-8
Language: en-US
Imports: crul, jsonlite, R6, graphql
Suggests: testthat
RoxygenNote: 7.0.2
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, API, web-services, curl, data, GraphQL
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2020-02-24 18:13:41 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-04 14:30:06 UTC
Built: R 4.3.3; ; 2025-01-24 14:29:05 UTC; unix
