Releases: mabiesen/rails_universal_api
Releases · mabiesen/rails_universal_api
v0.1.1
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
Basic Config:
- circleci to run tests
- codecov - appears to be not quite 100% functional
Basic Features:
- api routes - call an endpoint, list all endpoints, validate parameters, validate individual param
- docker-ized
3 endpoint clients already added:
- github
- newsapi
- mailboxlayer
v0.0.3
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
Bug Correction
- remove line from dockerfile which is known to be problematic for some users
- correct error handling for invalid param names in 'validate_param'