Sha256: b1e7434ef38445aeeedeb228a909db06116868d5d7d0e07fc39c9d97904f5dc9
Contents?: true
Size: 695 Bytes
Versions: 6
Compression:
Stored size: 695 Bytes
Contents
# Decidim::Api Exposes a [GraphQL](https://facebook.github.io/graphql/) API to programatically interact with the Decidim platform via HTTP. ## Usage Including `decidim-api` will get expose two nice endpoints: * `/api`: The main GraphQL endpoint that holds the actual API. * `/api/docs`: Nicely-written docs of the entities of the API. * `/api/grapiql`: A neat sandbox to interactively play with the API and its capabilities. ## Installation Add this line to your application's Gemfile: ```ruby gem 'decidim-api' ``` And then execute: ```bash bundle ``` ## Contributing See [Decidim](https://github.com/decidim/decidim). ## License See [Decidim](https://github.com/decidim/decidim).
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
decidim-api-0.10.1 | README.md |
decidim-api-0.10.0 | README.md |
decidim-api-0.9.3 | README.md |
decidim-api-0.9.2 | README.md |
decidim-api-0.9.1 | README.md |
decidim-api-0.9.0 | README.md |