bims_api_client 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +2 -0
- data/LICENSE.txt +21 -0
- data/README.md +71 -0
- data/Rakefile +6 -0
- data/bims_api_client.gemspec +31 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/lib/bims_api_client.rb +128 -0
- data/lib/bims_api_client/version.rb +3 -0
- data/lib/configuration.rb +27 -0
- metadata +144 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b5896e79cb5bdcbaacb56836a099e849a8409a0c
|
4
|
+
data.tar.gz: 2d2dace925eec649c693de849da0cb031375b020
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c4e8f55d2b9bb074501accf8ce87fafa11e2020b7a0f11916381bc614514f2ebd248a1a294ebd75a5cb58428270f58c1e329506e6c2ca80d43d8f7a769e22b4a
|
7
|
+
data.tar.gz: bd562f839951be2efe5a981d958a95de9e38252cbde0c2a47d369273e35cb9295dd1ffc8cb3fea83807cdff288a2e3fb19f49e49fe410b962560bf9fc0a63649
|
data/.gitignore
ADDED
data/.rspec
ADDED
data/.travis.yml
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at cmelgarejo@centralgps.net. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2016 Christian Melgarejo
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
# BIMS API Client
|
2
|
+
|
3
|
+
Allows your project to connect to the BIMS platform and perform integration operations using your account.
|
4
|
+
|
5
|
+
Please visit http://www.getbims.com/ for more information
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add this line to your application's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem 'bims_api_client'
|
13
|
+
```
|
14
|
+
|
15
|
+
And then execute:
|
16
|
+
|
17
|
+
$ bundle
|
18
|
+
|
19
|
+
Or install it yourself as:
|
20
|
+
|
21
|
+
$ gem install bims_api_client
|
22
|
+
|
23
|
+
## Requirements
|
24
|
+
|
25
|
+
* Ruby 2.x.x
|
26
|
+
* Redis
|
27
|
+
|
28
|
+
## Usage
|
29
|
+
|
30
|
+
Just `include` it :)
|
31
|
+
|
32
|
+
```
|
33
|
+
include BimsApiClient
|
34
|
+
```
|
35
|
+
|
36
|
+
And initialize the configuration
|
37
|
+
|
38
|
+
```
|
39
|
+
BimsApiClient.configure do |cfg|
|
40
|
+
cfg.redis_url = ENV['BAC_REDIS_URL'] #Your Redis instance URL
|
41
|
+
cfg.username = ENV['BAC_USERNAME'] #Your BIMS username
|
42
|
+
cfg.password = ENV['BAC_PASSWORD']#Your BIMS password
|
43
|
+
cfg.instance_name = ENV['BAC_INSTANCE_NAME'] #Your BIMS Instance name
|
44
|
+
cfg.instance_url = ENV['BAC_INSTANCE_URL'] #Your BIMS Instance URL (Include the /api)
|
45
|
+
end
|
46
|
+
#And initialize the client
|
47
|
+
BimsApiClient.init
|
48
|
+
```
|
49
|
+
|
50
|
+
Then use the methods:
|
51
|
+
```
|
52
|
+
BimsApiClient.login
|
53
|
+
BimsApiClient.logout
|
54
|
+
(more to come...)
|
55
|
+
```
|
56
|
+
|
57
|
+
## Development
|
58
|
+
|
59
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
60
|
+
|
61
|
+
To install this gem onto your local machine, run `bundle exec rake install`.
|
62
|
+
|
63
|
+
## Contributing
|
64
|
+
|
65
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/cmelgarejo/bims_api_client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
66
|
+
|
67
|
+
|
68
|
+
## License
|
69
|
+
|
70
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
71
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,31 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'bims_api_client/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = 'bims_api_client'
|
8
|
+
spec.version = BimsApiClient::VERSION
|
9
|
+
spec.authors = ['Christian Melgarejo']
|
10
|
+
spec.email = ['cmelgarejo@centralgps.net']
|
11
|
+
|
12
|
+
spec.summary = 'Allows your project to connect to the BIMS platform and perform integration operations using your account.'
|
13
|
+
spec.description = 'Allows your project to connect to the BIMS platform and perform integration operations using your account.'
|
14
|
+
spec.homepage = 'https://github.com/cmelgarejo/bims_api_client'
|
15
|
+
spec.license = 'MIT'
|
16
|
+
|
17
|
+
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
18
|
+
f.match(%r{^(test|spec|features)/})
|
19
|
+
end
|
20
|
+
spec.bindir = 'exe'
|
21
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
|
+
spec.require_paths = ['lib']
|
23
|
+
|
24
|
+
spec.add_development_dependency 'bundler', '~> 1.13.a'
|
25
|
+
spec.add_development_dependency 'rake', '~> 10.0'
|
26
|
+
spec.add_development_dependency 'rspec', '~> 3.0'
|
27
|
+
spec.add_development_dependency 'dotenv'
|
28
|
+
spec.add_runtime_dependency 'httparty', '~> 0.13.7'
|
29
|
+
spec.add_runtime_dependency 'redis', '~> 3.2'
|
30
|
+
|
31
|
+
end
|
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "bims_api_client"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start
|
data/bin/setup
ADDED
@@ -0,0 +1,128 @@
|
|
1
|
+
require 'bims_api_client/version'
|
2
|
+
require 'redis'
|
3
|
+
require 'httparty'
|
4
|
+
require 'configuration'
|
5
|
+
|
6
|
+
module BimsApiClient
|
7
|
+
include HTTParty
|
8
|
+
|
9
|
+
class << self
|
10
|
+
attr_accessor :configuration
|
11
|
+
end
|
12
|
+
|
13
|
+
def self.configuration
|
14
|
+
@configuration ||= Configuration.new
|
15
|
+
end
|
16
|
+
|
17
|
+
def self.reset
|
18
|
+
@configuration = Configuration.new
|
19
|
+
end
|
20
|
+
|
21
|
+
def self.configure
|
22
|
+
yield(configuration)
|
23
|
+
end
|
24
|
+
|
25
|
+
default_timeout 320 # hard timeout after 1 second
|
26
|
+
|
27
|
+
def init
|
28
|
+
success = false
|
29
|
+
begin
|
30
|
+
success = setup_redis(@configuration.redis_url) && set_api_base_uri(@configuration.instance_url)
|
31
|
+
rescue => e #debug the error
|
32
|
+
puts e.to_s
|
33
|
+
end
|
34
|
+
return success
|
35
|
+
end
|
36
|
+
|
37
|
+
def not_initialized?
|
38
|
+
!@configuration.instance_url && !@configuration.instance_name
|
39
|
+
end
|
40
|
+
|
41
|
+
def setup_redis(redis_url)
|
42
|
+
@redis = Redis.new(url: redis_url)
|
43
|
+
end
|
44
|
+
|
45
|
+
def set_api_base_uri(uri)
|
46
|
+
success = false
|
47
|
+
begin
|
48
|
+
base_uri uri
|
49
|
+
success = true
|
50
|
+
rescue => e
|
51
|
+
puts e.to_s #debug the error
|
52
|
+
end
|
53
|
+
return success
|
54
|
+
end
|
55
|
+
|
56
|
+
def set_error_object(data = nil)
|
57
|
+
{status: 'error', code: -1, data: data}
|
58
|
+
end
|
59
|
+
|
60
|
+
def session_active?
|
61
|
+
(@redis.get('bims_sid') && !@redis.get('bims_sid').empty?) ? true : false
|
62
|
+
end
|
63
|
+
|
64
|
+
def login(username = (@configuration.username), password = (@configuration.password))
|
65
|
+
success = false
|
66
|
+
begin
|
67
|
+
return false if not_initialized?
|
68
|
+
response_object = _login(username, password)
|
69
|
+
if response_object[@configuration.status_key] == @configuration.status_value_ok
|
70
|
+
@redis.set('bims_sid', response_object[@configuration.data_key][@configuration.data_session_key][@configuration.data_session_id_key].to_s)
|
71
|
+
success = true
|
72
|
+
end
|
73
|
+
rescue => e
|
74
|
+
puts e.to_s #debug the error
|
75
|
+
end
|
76
|
+
return success
|
77
|
+
end
|
78
|
+
|
79
|
+
def logout
|
80
|
+
begin
|
81
|
+
return false if not_initialized?
|
82
|
+
sid = @redis.get('bims_sid')
|
83
|
+
@redis.set('bims_sid', nil)
|
84
|
+
response_object = _logout(sid)
|
85
|
+
response_object[@configuration.status_key] == @configuration.status_value_ok ? true : false
|
86
|
+
rescue => e
|
87
|
+
puts e.to_s #debug the error
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
private
|
92
|
+
#Call to the BIMS API "login" method and gets the whole response body
|
93
|
+
def _login(username, password)
|
94
|
+
begin
|
95
|
+
return set_error_object({message: @configuration.not_initialized_message}) if not_initialized?
|
96
|
+
url = "#{base_uri}/#{@configuration.users_path}/login.#{@configuration.api_request_format}"
|
97
|
+
response = post url, body: {user: username, password: Digest::MD5.hexdigest(password)}
|
98
|
+
JSON.parse (response.body && !response.body.empty?) ? response.body : set_error_object #returns the complete object
|
99
|
+
rescue => e
|
100
|
+
puts e.to_s #debug the error
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
#Call to the BIMS API "logout" method and gets the whole response body
|
105
|
+
def _logout(sid)
|
106
|
+
begin
|
107
|
+
return set_error_object({message: @configuration.not_initialized_message}) if not_initialized?
|
108
|
+
url = "#{base_uri}/#{@configuration.users_path}/logout.#{@configuration.api_request_format}"
|
109
|
+
response = post url, body: {sid: sid}
|
110
|
+
JSON.parse (response.body && !response.body.empty?) ? response.body : set_error_object #returns the complete object
|
111
|
+
rescue => e
|
112
|
+
puts e.to_s #debug the error
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
#Call to the BIMS API "sales_add" method and gets the whole response body
|
117
|
+
def _sales_add(sale_data)
|
118
|
+
begin
|
119
|
+
return set_error_object({message: @configuration.not_initialized_message}) if not_initialized?
|
120
|
+
url = "#{base_uri}/#{@configuration.sales_path}/add.#{@configuration.api_request_format}"
|
121
|
+
response = post url, body: {data: sale_data}
|
122
|
+
JSON.parse (response.body && !response.body.empty?) ? response.body : set_error_object #returns the complete object
|
123
|
+
rescue => e
|
124
|
+
puts e.to_s #debug the error
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
128
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
module BimsApiClient
|
2
|
+
class Configuration
|
3
|
+
attr_accessor :not_initialized_message, :api_request_format, :users_path, :contacts_path, :sales_path, :status_key,
|
4
|
+
:status_value_ok, :status_value_error, :code_key, :data_key, :data_session_key, :data_session_id_key,
|
5
|
+
:redis_url, :username, :password, :instance_name, :instance_url
|
6
|
+
|
7
|
+
def initialize
|
8
|
+
@not_initialized_message = 'Client not initialized'
|
9
|
+
@api_request_format = 'json'
|
10
|
+
@users_path = 'users'
|
11
|
+
@contacts_path = 'contacts'
|
12
|
+
@sales_path = 'sales'
|
13
|
+
@status_key = 'status'
|
14
|
+
@status_value_ok = 'ok'
|
15
|
+
@status_value_error = 'error'
|
16
|
+
@code_key = 'code'
|
17
|
+
@data_key = 'data'
|
18
|
+
@data_session_key = 'Session'
|
19
|
+
@data_session_id_key = 'id'
|
20
|
+
@redis_url = 'redis://127.0.0.1:6379'
|
21
|
+
@username = nil
|
22
|
+
@password = nil
|
23
|
+
@instance_name = nil
|
24
|
+
@instance_url = nil
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
metadata
ADDED
@@ -0,0 +1,144 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: bims_api_client
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Christian Melgarejo
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-08-24 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 1.13.a
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 1.13.a
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rspec
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '3.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: dotenv
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: httparty
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 0.13.7
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 0.13.7
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: redis
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '3.2'
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '3.2'
|
97
|
+
description: Allows your project to connect to the BIMS platform and perform integration
|
98
|
+
operations using your account.
|
99
|
+
email:
|
100
|
+
- cmelgarejo@centralgps.net
|
101
|
+
executables: []
|
102
|
+
extensions: []
|
103
|
+
extra_rdoc_files: []
|
104
|
+
files:
|
105
|
+
- ".gitignore"
|
106
|
+
- ".rspec"
|
107
|
+
- ".travis.yml"
|
108
|
+
- CODE_OF_CONDUCT.md
|
109
|
+
- Gemfile
|
110
|
+
- LICENSE.txt
|
111
|
+
- README.md
|
112
|
+
- Rakefile
|
113
|
+
- bims_api_client.gemspec
|
114
|
+
- bin/console
|
115
|
+
- bin/setup
|
116
|
+
- lib/bims_api_client.rb
|
117
|
+
- lib/bims_api_client/version.rb
|
118
|
+
- lib/configuration.rb
|
119
|
+
homepage: https://github.com/cmelgarejo/bims_api_client
|
120
|
+
licenses:
|
121
|
+
- MIT
|
122
|
+
metadata: {}
|
123
|
+
post_install_message:
|
124
|
+
rdoc_options: []
|
125
|
+
require_paths:
|
126
|
+
- lib
|
127
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
|
+
requirements:
|
134
|
+
- - ">="
|
135
|
+
- !ruby/object:Gem::Version
|
136
|
+
version: '0'
|
137
|
+
requirements: []
|
138
|
+
rubyforge_project:
|
139
|
+
rubygems_version: 2.5.1
|
140
|
+
signing_key:
|
141
|
+
specification_version: 4
|
142
|
+
summary: Allows your project to connect to the BIMS platform and perform integration
|
143
|
+
operations using your account.
|
144
|
+
test_files: []
|