getty_connect_authentication 0.0.3 → 0.0.4
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 +4 -4
- data/README.md +1 -8
- data/lib/getty_connect_authentication/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c62f09390e86dd7968d4803411ed5ccf08442bcc
|
|
4
|
+
data.tar.gz: fd29f5905016ff494baa5846a58ad99f42ad068d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e31858fa5ea03df1b7033214666076a43c9da46cae64563dcdc63cdc5d0ccdc781ac162a002bd3f8d7d0a928bb15ac24d1446c55e73ee5eeb88f77cc17df1d6
|
|
7
|
+
data.tar.gz: 2f1d20bf92cc674223ecfe442a5ee433746a19f4bfa26598e95f98bad6b0bd4efff2059c2ca8581c52eefcb16e2a5663ebe5a00f47d7d92c492d1df484bb5d08
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# GettyConnectAuthentication
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Authenticate with the Getty Connect API.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -16,13 +16,6 @@ Or install it yourself as:
|
|
|
16
16
|
|
|
17
17
|
$ gem install getty_connect_authentication
|
|
18
18
|
|
|
19
|
-
## Completion
|
|
20
|
-
|
|
21
|
-
Only a subset of the API is implemented so far:
|
|
22
|
-
|
|
23
|
-
* getting a token
|
|
24
|
-
* searching for images
|
|
25
|
-
|
|
26
19
|
## Usage
|
|
27
20
|
|
|
28
21
|
### Configuration
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: getty_connect_authentication
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cymen Vig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|