@@ -13,40 +13,22 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
1313
1414## Installation
1515
16- ### Build a gem
16+ Add this line to your application's Gemfile:
1717
18- To build the Ruby code into a gem:
19-
20- ``` shell
21- gem build whatpulse-sdk.gemspec
18+ ``` ruby
19+ gem ' whatpulse-sdk'
2220```
2321
24- Then either install the gem locally :
22+ And then execute :
2523
26- ``` shell
27- gem install ./whatpulse-sdk-1.0.0.gem
24+ ``` bash
25+ bundle install
2826```
2927
30- (for development, run ` gem install --dev ./whatpulse-sdk-1.0.0.gem ` to install the development dependencies)
31-
32- or publish the gem to a gem hosting service, e.g. [ RubyGems] ( https://rubygems.org/ ) .
33-
34- Finally add this to the Gemfile:
35-
36- gem 'whatpulse-sdk', '~> 1.0.0'
37-
38- ### Install from Git
39-
40- If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID , then add the following in the Gemfile:
41-
42- gem 'whatpulse-sdk', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
43-
44- ### Include the Ruby code directly
45-
46- Include the Ruby code directly using ` -I ` as follows:
28+ Or install it yourself as:
4729
48- ``` shell
49- ruby -Ilib script.rb
30+ ``` bash
31+ gem install whatpulse-sdk
5032```
5133
5234## API Key
7254api_instance = WhatpulseSdk ::ComputersApi .new
7355id = ' id_example' # String | User ID or username
7456opts = {
75- is_archived: ' is_archived_example ' # String | Get filter parameters
57+ is_archived: true # Boolean |
7658}
7759
7860begin
8769
8870## Documentation for API Endpoints
8971
90- All URIs are relative to * https://whatpulse.org /api/v1 *
72+ All URIs are relative to * https://whatpulse.test /api/v1 *
9173
9274Class | Method | HTTP request | Description
9375------------ | ------------- | ------------- | -------------
0 commit comments