Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerocracy/baza.rb
Zerocracy API Client, in Ruby: only basic operations are implemented, not the entire HTTP API
https://github.com/zerocracy/baza.rb
api-client api-client-ruby ruby zerocracy
Last synced: about 2 months ago
JSON representation
Zerocracy API Client, in Ruby: only basic operations are implemented, not the entire HTTP API
- Host: GitHub
- URL: https://github.com/zerocracy/baza.rb
- Owner: zerocracy
- License: mit
- Created: 2024-08-09T08:05:32.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T09:09:50.000Z (about 2 months ago)
- Last Synced: 2024-11-05T10:24:11.699Z (about 2 months ago)
- Topics: api-client, api-client-ruby, ruby, zerocracy
- Language: Ruby
- Homepage: https://rubygems.org/gems/baza.rb
- Size: 85.9 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Zerocracy API Ruby Client
[![DevOps By Rultor.com](http://www.rultor.com/b/zerocracy/baza.rb)](http://www.rultor.com/p/zerocracy/baza.rb)
[![rake](https://github.com/zerocracy/baza.rb/actions/workflows/rake.yml/badge.svg)](https://github.com/zerocracy/baza.rb/actions/workflows/rake.yml)
[![PDD status](http://www.0pdd.com/svg?name=zerocracy/baza.rb)](http://www.0pdd.com/p?name=zerocracy/baza.rb)
[![Gem Version](https://badge.fury.io/rb/baza.rb.svg)](http://badge.fury.io/rb/baza.rb)
[![Test Coverage](https://img.shields.io/codecov/c/github/zerocracy/baza.rb.svg)](https://codecov.io/github/zerocracy/baza.rb?branch=master)
[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/github/zerocracy/baza.rb/master/frames)
[![Hits-of-Code](https://hitsofcode.com/github/zerocracy/baza.rb)](https://hitsofcode.com/view/github/zerocracy/baza.rb)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/zerocracy/baza.rb/blob/master/LICENSE.txt)It's an client for [Zerocracy API](https://www.zerocracy.com), in Ruby.
## How to contribute
Read
[these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure your build is green before you contribute
your pull request. You will need to have
[Ruby](https://www.ruby-lang.org/en/) 3.2+ and
[Bundler](https://bundler.io/) installed. Then:```bash
bundle update
bundle exec rake
```If it's clean and you don't see any error messages, submit your pull request.