GitXplorerGitXplorer
m

rinxter_api

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
265566799965b6bfbc38bd8f3631e7d457b9bd9e

Update rubocop version for security

mmiketheman committed 7 years ago
Unverified
edba2f494bf5da9bde03447bb50a17388d2c457c

replace web_call with client

mmiketheman committed 10 years ago
Unverified
c59750fbbe9d72a83ddef66a4cf4c6034fe192df

actually enforce the encoding line

mmiketheman committed 10 years ago
Unverified
c965280e5297e51e998a28ddb16a5ba1b6123db0

test harness update, some style, deps versions

mmiketheman committed 10 years ago
Unverified
8af381af5a2657c62a7a4a67a2999c39626a1927

minor refactor of vcr invocation

mmiketheman committed 11 years ago
Unverified
f1e039c3353e965dcaef95a7a14622343792cfa2

enforce at least Ruby 2.0

mmiketheman committed 11 years ago

README

The README file for this repository.

rinxter_api

A Ruby-based API client to retrieve data from the Rinxter Repository API

Build Status Gem Version Code Climate Coverage Status Dependency Status

Requirements

Developed/tested on Ruby 2.1.1. Requires at least 2.0.0, due to using keyword arguments.

Usage

Require the rinxter_api gem in your project, and make calls to the API. The attempt is to return semi-formed Objects, responding to the attributes that Rinxter implements as method calls against the returned Objects.

See the examples/ subdirectory for some ideas.

Contributing

This is a work in progress, whenever I have time to dedicate to the project.

There are more dependencies in order to work on the code in this gem. They are listed in the *.gemspec and Gemfile files in the root of the project.

Use a tool like bundler to install them to your local directory.

The Rakefile contains the tasks associated with development, testing, packaging, etc. Run rake -T to see the tasks, and execute rake on its own for the default test suite.

Please be aware of the current style conventions, as well as any tests that are performed via Travis-CI