summaryrefslogtreecommitdiff
path: root/lib/api/helpers/version.rb
Commit message (Collapse)AuthorAgeFilesLines
* Improve readablity of CI_API_V4_URL related codeGrzegorz Bizon2019-01-041-1/+1
|
* Minor improvements to CI_API_V4_URL variable exposurefeature/gb/expose-ci-api-url-variableGrzegorz Bizon2019-01-031-1/+1
|
* Add API::Helpers::Version and expose API root URLGrzegorz Bizon2019-01-031-0/+29
This commits adds a new class that is supposed to represent Grape API version, like `v3` or `v4`.