webfleet_connect 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/webfleet_connect/session.rb +1 -1
- data/lib/webfleet_connect/version.rb +1 -1
- data/pkg/.gitkeep +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bbee91ece2cfe95d2f2b846649c0c54fafd21cfe5148740a21ad999af5102ba
|
4
|
+
data.tar.gz: f81b1ce8e66dea4ade1f658f701729dbc66f7e97114803ec4dbc3ae61278f590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '011081d1736500a31b39fa430fcd6c9cb64d305718bcea662a053cea98877cfb790b01a3d98c3fa7858c3f173e5951591f59d6b42702c6d650a0d6e25433018c'
|
7
|
+
data.tar.gz: bd0d10a474ad221333ded8b5e5c8003b43d423af210ed10d3b30cae12d954b01b860defc1699cd8731532081477c972f77ec961ea0c4da6519e5013b4dd5fb15
|
data/README.md
CHANGED
@@ -6,6 +6,8 @@
|
|
6
6
|
|
7
7
|
Gem to consume WEBFLEET.connect API.
|
8
8
|
|
9
|
+
[![Gem Version](https://badge.fury.io/rb/webfleet_connect.svg)](https://badge.fury.io/rb/webfleet_connect)
|
10
|
+
|
9
11
|
The WEBFLEET.connect API connects software applications with the Webfleet fleet management solution. Via WEBFLEET.connect you can enhance the value of all types of business solutions, including routing and scheduling optimization, ERP, Transport Management System (TMS), supply chain planning, asset management, and much more.
|
10
12
|
|
11
13
|
## Installation
|
@@ -36,7 +38,7 @@ response.to_hash # [{:objectno=>"858EU4", :objectname=>"YRT-MMD2439", :objectcla
|
|
36
38
|
|
37
39
|
`WebfleetConnect.create` returns a new `WebfleetConnect::Session` object which has the capabilities to request info from the WEBFLEET.connect API.
|
38
40
|
|
39
|
-
The
|
41
|
+
The Webfleet credential are taken from the env variables `WEBFLEET_CONNECT_ACCOUNT`, `WEBFLEET_CONNECT_USERNAME`, `WEBFLEET_CONNECT_PASSWORD` and `WEBFLEET_CONNECT_APIKEY` (if you want to know more about env variables check [this link](https://www.honeybadger.io/blog/ruby-guide-environment-variables/)).
|
40
42
|
|
41
43
|
If your system needs to work with multiple accounts or you need to specify the credentials dynamically for some other reason, you can do it this way:
|
42
44
|
|
data/pkg/.gitkeep
ADDED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webfleet_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- alex
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -131,6 +131,7 @@ files:
|
|
131
131
|
- lib/webfleet_connect/response.rb
|
132
132
|
- lib/webfleet_connect/session.rb
|
133
133
|
- lib/webfleet_connect/version.rb
|
134
|
+
- pkg/.gitkeep
|
134
135
|
- sig/webfleet_connect.rbs
|
135
136
|
- webfleet_connect.gemspec
|
136
137
|
homepage: https://movomx.com
|