bullet_train_test
BulletTrainTest - the Ruby gem for the Bullet Train Test
You can update this description in config/locales/en/application.en.yml
.
This SDK is automatically generated by the OpenAPI Generator project:
- API version: 1.0
- Package version: 1.0.7
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
Installation
Build a gem
To build the Ruby code into a gem:
gem build bullet_train_test.gemspec
Then either install the gem locally:
gem install ./bullet_train_test-1.0.7.gem
(for development, run gem install --dev ./bullet_train_test-1.0.7.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'bullet_train_test', '~> 1.0.7'
Install from Git
If the Ruby gem is hosted at a git repository: https:///YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile:
gem 'bullet_train_test', :git => 'https:///YOUR_GIT_USERNAME/YOUR_GIT_REPO.git'
Include the Ruby code directly
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Getting Started
Please follow the installation procedure and then run the following code:
require 'bullet_train_test'
api_instance = BulletTrainTest::GoalsApi.new
id = 56
begin
api_instance.delete_goals_id(id)
rescue BulletTrainTest::ApiError => e
puts "Exception when calling GoalsApi->delete_goals_id: #{e}"
end
Documentation for API Endpoints
All URIs are relative to https://bullettrainapi.eu.ngrok.io/api/v1
Documentation for Models
Documentation for Authorization
All endpoints do not require authorization.