All Projects → ropensci → ghql

ropensci / ghql

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
GraphQL R client

Programming Languages

r
7636 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ghql

Plugin Graphql
Vuex ORM persistence plugin to sync the store against a GraphQL API.
Stars: ✭ 215 (+67.97%)
Mutual labels:  graphql-client, graphql-api
Morpheus Graphql
Haskell GraphQL Api, Client and Tools
Stars: ✭ 285 (+122.66%)
Mutual labels:  graphql-client, graphql-api
php-graphql-oqm
A PHP library which generates query object classes from API schema declaration and uses these objects to interact with GraphQL servers in a simple and intuitive way.
Stars: ✭ 25 (-80.47%)
Mutual labels:  graphql-client, graphql-api
Graphql Stack
A visual explanation of how the various tools in the GraphQL ecosystem fit together.
Stars: ✭ 117 (-8.59%)
Mutual labels:  graphql-client, graphql-api
Gqlify
[NOT MAINTAINED]An API integration framework using GraphQL
Stars: ✭ 182 (+42.19%)
Mutual labels:  graphql-client, graphql-api
Php Graphql Client
A PHP library that simplifies the process of interacting with GraphQL API's by providing simple client and query generator classes.
Stars: ✭ 124 (-3.12%)
Mutual labels:  graphql-client, graphql-api
Villus
🏎 A tiny and fast GraphQL client for Vue.js
Stars: ✭ 378 (+195.31%)
Mutual labels:  graphql-client, graphql-api
36 Graphql Concepts
📜 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (+63.28%)
Mutual labels:  graphql-client, graphql-api
DotNetGraphQL
A sample demonstrating how to create a GraphQL Backend in .NET and consume it from a .NET mobile app created using Xamarin
Stars: ✭ 78 (-39.06%)
Mutual labels:  graphql-client, graphql-api
balboa
server for indexing and querying passive DNS observations
Stars: ✭ 42 (-67.19%)
Mutual labels:  graphql-api
souls
SOULs 🔥 Build Serverless Apps faster like Rails. Powered by Ruby GraphQL, RBS/Steep, Active Record, RSpec, RuboCop, and Google Cloud.
Stars: ✭ 327 (+155.47%)
Mutual labels:  graphql-api
rreddit
𝐫⟋ Get Reddit data
Stars: ✭ 49 (-61.72%)
Mutual labels:  r-package
gql-query-builder
This is a GraphQL query builder.
Stars: ✭ 30 (-76.56%)
Mutual labels:  graphql-client
opencage
🌐 R package for the OpenCage API -- both forward and reverse geocoding 🌐
Stars: ✭ 82 (-35.94%)
Mutual labels:  r-package
jsonvalidate
✔️⁉️ Validate JSON
Stars: ✭ 43 (-66.41%)
Mutual labels:  r-package
colocr
An R package for conducting co-localization analysis. Edit
Stars: ✭ 22 (-82.81%)
Mutual labels:  r-package
nflfastR
A Set of Functions to Efficiently Scrape NFL Play by Play Data
Stars: ✭ 268 (+109.38%)
Mutual labels:  r-package
gm
R Package for Music Score and Audio Generation
Stars: ✭ 116 (-9.37%)
Mutual labels:  r-package
mapr
Map species occurrence data
Stars: ✭ 34 (-73.44%)
Mutual labels:  r-package
TDAstats
R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
Stars: ✭ 26 (-79.69%)
Mutual labels:  r-package

ghql

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-check codecov.io rstudio mirror downloads cran version

ghql - a GraphQL client for R

GraphQL - https://graphql.org

Examples of GraphQL APIs:

Other GraphQL R packages:

  • graphql - GraphQL query parser
  • gqlr - GraphQL server and query methods

Install

CRAN version

install.packages("ghql")

Development version

remotes::install_github("ropensci/ghql")
library("ghql")
library("jsonlite")
library("dplyr")

Package Documentation

https://docs.ropensci.org/ghql/

Meta

  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].