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

Version Path
decidim-api-0.7.4 README.md
decidim-api-0.7.3 README.md
decidim-api-0.7.2 README.md
decidim-api-0.7.1 README.md
decidim-api-0.7.0 README.md
decidim-api-0.6.8 README.md
decidim-0.6.8 decidim-api/README.md
decidim-api-0.6.7 README.md
decidim-0.6.7 decidim-api/README.md
decidim-api-0.6.6 README.md
decidim-0.6.6 decidim-api/README.md
decidim-api-0.6.5 README.md
decidim-0.6.5 decidim-api/README.md
decidim-api-0.6.4 README.md
decidim-0.6.4 decidim-api/README.md
decidim-api-0.6.3 README.md
decidim-0.6.3 decidim-api/README.md
decidim-api-0.6.2 README.md
decidim-0.6.2 decidim-api/README.md
decidim-api-0.6.1 README.md