# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "ghql" in publications use:' type: software license: MIT title: 'ghql: General Purpose ''GraphQL'' Client' version: 0.1.1.099 doi: 10.32614/CRAN.package.ghql abstract: 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 'graphql' package. authors: - family-names: Chamberlain given-names: Scott email: myrmecocystus@gmail.com orcid: https://orcid.org/0000-0003-1444-9135 - family-names: Padgham given-names: Mark email: mark.padgham@email.com orcid: https://orcid.org/0000-0003-2172-5265 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/ghql commit: 51ce54b4e0167bc8dd6e2511209eea060688b717 url: https://docs.ropensci.org/ghql/ contact: - family-names: Padgham given-names: Mark email: mark.padgham@email.com orcid: https://orcid.org/0000-0003-2172-5265 keywords: - http - API - web-services - curl - data - GraphQL