exvo-auth 0.9.9 → 0.9.10
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.
- data/README +1 -1
- data/lib/exvo_auth/version.rb +1 -1
- metadata +3 -3
data/README
CHANGED
|
@@ -89,7 +89,7 @@ Contact us and provide following details:
|
|
|
89
89
|
# Consumer side
|
|
90
90
|
|
|
91
91
|
consumer = ExvoAuth::Autonomous::Consumer.new(
|
|
92
|
-
:
|
|
92
|
+
:app_id => "this is client_id of the app you want to connect to"
|
|
93
93
|
)
|
|
94
94
|
consumer.get(*args) - interface is exactly the same like in HTTParty. All http methods are available (post, put, delete, head, options).
|
|
95
95
|
|
data/lib/exvo_auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: exvo-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 10
|
|
10
|
+
version: 0.9.10
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jacek Becela
|