Navigable::GraphQL

Navigable is a family of gems that together provide all the tools you need to build fast, testable, and reliable JSON and/or GraphQL based APIs with isolated, composable business logic. The gems include:

Clipper Ship **[Navigable][navigable]**
A stand-alone tool for isolating business logic from external interfaces and cross-cutting concerns. Navigable composes self-configured command and observer objects to allow you to extend your business logic without modifying it. Navigable is compatible with any Ruby-based application development framework, including Rails, Hanami, and Sinatra.
Compass **[Navigable Router][router]** *(coming soon)*
A simple, highly-performant, Rack-based router.
Compass **[Navigable Server][server]** *(coming soon)*
A Rack-based server for building Ruby and Navigable web applications.
Map **[Navigable GraphQL][graphql]** *(coming soon)*
An extension of Navigable Server for building GraphQL APIs.


Installation

Add this line to your application's Gemfile:

gem 'navigable-http'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install navigable-http

Usage

TODO: Write usage instructions here

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/first-try-software/navigable-http. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Navigable::HTTP project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.