Sha256: 7b787395810bbcfe18de546465a5c926fc8f169994a71edc7b2bac623a3b2bd5
Contents?: true
Size: 706 Bytes
Versions: 50
Compression:
Stored size: 706 Bytes
Contents
# Decidim::Api This library 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
50 entries across 50 versions & 2 rubygems