https://github.com/sixarm/sixarm_ruby_jsonapi
SixArm.com » Ruby » JSON API helpers for http://jsonapi.org
https://github.com/sixarm/sixarm_ruby_jsonapi
gem jsonapi ruby
Last synced: 3 months ago
JSON representation
SixArm.com » Ruby » JSON API helpers for http://jsonapi.org
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_jsonapi
- Owner: SixArm
- License: other
- Created: 2015-05-26T03:42:37.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:19:10.000Z (about 1 year ago)
- Last Synced: 2025-04-14T10:29:45.582Z (about 1 year ago)
- Topics: gem, jsonapi, ruby
- Language: Ruby
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SixArm.com » Ruby »
JSON API helpers for jsonapi.org
[](http://badge.fury.io/rb/sixarm_ruby_jsonapi)
[](https://travis-ci.org/SixArm/sixarm_ruby_jsonapi)
[](https://codeclimate.com/github/SixArm/sixarm_ruby_jsonapi/maintainability)
* Git:
* Doc:
* Gem:
* Contact: Joel Parker Henderson,
* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).
## Introduction
This gem provides helper classes for the JSON API standard for data exchange.
See https://jsonapi.org for the standard.
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_jsonapi
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_jsonapi'
### Require
To require the gem in your code:
require 'sixarm_ruby_jsonapi'