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

Version Path
decidim-api-0.0.7 README.md
decidim-0.0.7 decidim-api/README.md
decidim-api-0.0.6 README.md
decidim-0.0.6 decidim-api/README.md
decidim-api-0.0.5 README.md
decidim-0.0.5 decidim-api/README.md
decidim-0.0.4 decidim-api/README.md
decidim-api-0.0.3 README.md
decidim-0.0.3 decidim-api/README.md
decidim-api-0.0.2 README.md
decidim-0.0.2 decidim-api/README.md
decidim-api-0.0.1 README.md
decidim-0.0.1 decidim-api/README.md