GithubHelp home page GithubHelp logo

isabella232 / nomad_client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bigcommerce/nomad_client

0.0 0.0 0.0 183 KB

Ruby client gem for interacting with Hashicorp Nomad HTTP API

License: MIT License

Ruby 99.52% Shell 0.48%

nomad_client's Introduction

NomadClient

Client gem for interacting with Hashicorp's Nomad HTTP API.

Installation

Add this line to your application's Gemfile:

gem 'nomad_client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nomad_client

Usage

Initialisation

For a default client

nomad_client = NomadClient::Connection.new('https://nomad.local')

Or to override default configuration

nomad_client = NomadClient::Connection.new('https://nomad.local') do |config|
  config.port = 4647
  config.api_base_path = '/v2'
end

Querying endpoints

job = nomad_client.job.get('my-job-id') # returns a Faraday::Response

if job.success?
  job.body # A Hashie::Mash of the JSON payload returning from the job/my-job-id API endpoint
else
  # handling of errors here
end

Docs

For documentation about all the endpoints available in the gem, please see the doc directory, or clone the repository and run bundle exec rake yard to get the latest docs if they're out of date.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/xyzjace/nomad_client.

Please ensure to include test coverage with any pull requests opened against the repository.

nomad_client's People

Contributors

xyzjace avatar blaxpot avatar splittingred avatar joec4i avatar stevenwang2019 avatar rayward avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.