summaryrefslogtreecommitdiff
path: root/config/routes/api.rb
Commit message (Collapse)AuthorAgeFilesLines
* Pass on arguments passed to the FeatureConstrainerBob Van Landuyt2018-12-141-1/+1
| | | | | All arguments passed to the `FeatureConstrainer` will be passed on to the `Feature.enabled?` check.
* Enable GraphQL API endpointPhil Hughes2018-12-131-1/+1
|
* Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-2/+4
| | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
* Add a minimal GraphQL APINick Thomas2018-06-051-0/+3
|
* Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-251-1/+1
|
* Cleanup config/routes.rb even further by extracting more routes into ↵dz-more-route-cleanupDmitriy Zaporozhets2016-10-051-0/+2
separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>