Skip to content

Latest commit

 

History

History
 
 

decidim-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Decidim::Api

Exposes a GraphQL API to programmatically 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/graphiql: A neat sandbox to interactively play with the API and its capabilities.

Installation

Add this line to your application's Gemfile:

gem 'decidim-api'

And then execute:

bundle

Contributing

See Decidim.

License

See Decidim.