gettyimages-api 2.1.0 → 3.0.0
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 -1
- data/lib/GettyImagesApi/version.rb +1 -1
- data/lib/Search/SearchImages.rb +1 -1
- data/lib/Search/SearchImagesCreative.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff519822ae89189309b6bcf3ba7195d7e3981d01b7c44eeda4453a16d43e2d90
|
|
4
|
+
data.tar.gz: 37a08846bd87216ac97f33296d38925acba25af8bcfde3fa5e689843b69c4106
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbc56a7f823895a5b187b0cdcd9cba7d1b7744104b1c967c0d4bb90624d826ef6012341e5a53bf4e25d54680a1f2cce185cf8802133f19cd92c3524ee07a616d
|
|
7
|
+
data.tar.gz: 221f9e98e72105c129c8acde75ff31226197cb6552ffb162587555fafe0080877b6ebf9e3e895d93d08f89126ecebb7483e69a4ff7992b114d196fdabb1cc3f8
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ This SDK makes using the Getty Images [API](http://developers.gettyimages.com) e
|
|
|
12
12
|
## Help & Support
|
|
13
13
|
|
|
14
14
|
* [Getty Images API](http://developers.gettyimages.com/)
|
|
15
|
-
* [Contact
|
|
15
|
+
* [Contact API Support](mailto:apisupport@gettyimages.com)
|
|
16
16
|
* [Issue Tracker](https://github.com/gettyimages/gettyimages-api_ruby/issues)
|
|
17
17
|
|
|
18
18
|
## Getting started
|
data/lib/Search/SearchImages.rb
CHANGED
|
@@ -6,7 +6,7 @@ class SearchImages < RequestBase
|
|
|
6
6
|
|
|
7
7
|
API_ROUTE = "/v3/search/images" # mashery endpoint
|
|
8
8
|
QUERY_PARAMS_NAMES = ["age_of_people","artists","collection_codes","collections_filter_type","color","compositions","embed_content_only","ethnicity","event_ids","exclude_nudity","fields",
|
|
9
|
-
"file_types","graphical_styles","keyword_ids","
|
|
9
|
+
"file_types","graphical_styles","keyword_ids","minimum_size","number_of_people","orientations","page","page_size","phrase","prestige_content_only","product_types",
|
|
10
10
|
"sort_order","specific_people"]
|
|
11
11
|
|
|
12
12
|
QUERY_PARAMS_NAMES.each do |key|
|
|
@@ -6,7 +6,7 @@ class SearchImagesCreative < RequestBase
|
|
|
6
6
|
|
|
7
7
|
API_ROUTE = "/v3/search/images/creative" # mashery endpoint
|
|
8
8
|
QUERY_PARAMS_NAMES = ["age_of_people","artists","collection_codes","collections_filter_type","color","compositions","embed_content_only","ethnicity","exclude_nudity","fields","file_types",
|
|
9
|
-
"graphical_styles","keyword_ids","
|
|
9
|
+
"graphical_styles","keyword_ids","minimum_size","number_of_people","orientations","page","page_size","phrase","prestige_content_only","product_types",
|
|
10
10
|
"sort_order"]
|
|
11
11
|
|
|
12
12
|
QUERY_PARAMS_NAMES.each do |key|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gettyimages-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Getty Images
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|