Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rom-rb/rom-http
Abstract HTTP adapter for ROM
https://github.com/rom-rb/rom-http
abstraction adapter data-mapping http rom-rb ruby rubygem
Last synced: 2 days ago
JSON representation
Abstract HTTP adapter for ROM
- Host: GitHub
- URL: https://github.com/rom-rb/rom-http
- Owner: rom-rb
- License: mit
- Created: 2015-05-16T16:20:21.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T13:08:59.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T23:57:24.854Z (7 months ago)
- Topics: abstraction, adapter, data-mapping, http, rom-rb, ruby, rubygem
- Language: Ruby
- Homepage: https://rom-rb.org
- Size: 306 KB
- Stars: 72
- Watchers: 14
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/rom-http
[actions]: https://github.com/rom-rb/rom-http/actions
[codacy]: https://www.codacy.com/gh/rom-rb/rom-http
[chat]: https://rom-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/rom-rb/rom-http# rom-http [![Join the chat at https://rom-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-%23346b7a.svg)][chat]
[![Gem Version](https://badge.fury.io/rb/rom-http.svg)][gem]
[![CI Status](https://github.com/rom-rb/rom-http/workflows/ci/badge.svg)][actions]
[![RuboCop](https://github.com/rom-rb/rom-http/actions/workflows/rubocop.yml/badge.svg)](https://github.com/rom-rb/rom-http/actions/workflows/rubocop.yml)
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/d37d66bb711d4aeebf5e1c1650aee261)][codacy]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-http.svg?branch=main)][inchpages]## Links
* [User documentation](http://rom-rb.org/learn/http)
* [API documentation](http://rubydoc.info/gems/rom-http)## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI >= `2.7`
* ~jruby >= `9.3`~ (awaits Ruby 2.7 compatibility)## License
See `LICENSE` file.