Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bullet_train_test

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bullet_train_test

  • 1.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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:

# Load the gem
require 'bullet_train_test'

api_instance = BulletTrainTest::GoalsApi.new
id = 56 # Integer | Goal ID

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

ClassMethodHTTP requestDescription
BulletTrainTest::GoalsApidelete_goals_idDELETE /goals/{id}
BulletTrainTest::GoalsApiget_goals_idGET /goals/{id}
BulletTrainTest::GoalsApiput_goals_idPUT /goals/{id}
BulletTrainTest::MeApiget_meGET /me
BulletTrainTest::ProjectsApidelete_projects_idDELETE /projects/{id}
BulletTrainTest::ProjectsApidelete_projects_tags_idDELETE /projects/tags/{id}
BulletTrainTest::ProjectsApiget_projects_idGET /projects/{id}
BulletTrainTest::ProjectsApiget_projects_project_id_goalsGET /projects/{project_id}/goals
BulletTrainTest::ProjectsApiget_projects_tags_idGET /projects/tags/{id}
BulletTrainTest::ProjectsApipost_projects_project_id_goalsPOST /projects/{project_id}/goals
BulletTrainTest::ProjectsApiput_projects_idPUT /projects/{id}
BulletTrainTest::ProjectsApiput_projects_tags_idPUT /projects/tags/{id}
BulletTrainTest::TeamsApiget_teamsGET /teams
BulletTrainTest::TeamsApiget_teams_idGET /teams/{id}
BulletTrainTest::TeamsApiget_teams_team_id_projectsGET /teams/{team_id}/projects
BulletTrainTest::TeamsApiget_teams_team_id_projects_tagsGET /teams/{team_id}/projects/tags
BulletTrainTest::TeamsApiget_teams_team_id_projects_threeGET /teams/{team_id}/projects/three
BulletTrainTest::TeamsApipost_teamsPOST /teams
BulletTrainTest::TeamsApipost_teams_team_id_projectsPOST /teams/{team_id}/projects
BulletTrainTest::TeamsApipost_teams_team_id_projects_tagsPOST /teams/{team_id}/projects/tags
BulletTrainTest::TeamsApiput_teams_idPUT /teams/{id}

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

FAQs

Package last updated on 07 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc