Sha256: 98ca85a8d44be704bb1af9056199445d9edc23a2de198f50027030f4d34c47ba
Contents?: true
Size: 734 Bytes
Versions: 13
Compression:
Stored size: 734 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/AjuntamentdeBarcelona/decidim). ## License See [Decidim](https://github.com/AjuntamentdeBarcelona/decidim).
Version data entries
13 entries across 13 versions & 2 rubygems