Skip to content

Releases: mabiesen/rails_universal_api

v0.1.1

05 Sep 01:01
8ee04c8
Compare
Choose a tag to compare

Bug related to extra_params
#57

Addition of client weatherapi
#55

Revision of readme
#44

Generally, hardened specs and worked to prevent edgecases.

v0.0.1

02 Sep 04:55
8ee04c8
Compare
Choose a tag to compare

Basic Config:

  1. circleci to run tests
  2. codecov - appears to be not quite 100% functional

Basic Features:

  1. api routes - call an endpoint, list all endpoints, validate parameters, validate individual param
  2. docker-ized

3 endpoint clients already added:

  1. github
  2. newsapi
  3. mailboxlayer

v0.0.3

03 Sep 07:12
6d73346
Compare
Choose a tag to compare

Correct issues with api controller.

variable was misnamed, additionally we were receiving extra params

Issues were not caught sooner due to lack of testing of api controller private params ingesting instance variables. My own negligence is to blame.

v0.0.2

02 Sep 06:06
ec8a2ff
Compare
Choose a tag to compare

Bug Correction

  1. remove line from dockerfile which is known to be problematic for some users
  2. correct error handling for invalid param names in 'validate_param'