google-dfp-api 0.2.0 → 0.2.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.
- data/ChangeLog +7 -1
- data/README +11 -11
- data/Rakefile +13 -11
- data/examples/v201103/common/error_handling.rb +76 -0
- data/examples/v201103/company_service/create_companies.rb +82 -0
- data/examples/v201103/company_service/get_all_companies.rb +92 -0
- data/examples/v201103/company_service/get_companies_by_statement.rb +88 -0
- data/examples/v201103/company_service/get_company.rb +72 -0
- data/examples/v201103/company_service/update_companies.rb +95 -0
- data/examples/v201103/creative_service/copy_image_creatives.rb +117 -0
- data/examples/v201103/creative_service/create_creatives.rb +109 -0
- data/examples/v201103/creative_service/get_all_creatives.rb +93 -0
- data/examples/v201103/creative_service/get_creative.rb +72 -0
- data/examples/v201103/creative_service/get_creatives_by_statement.rb +87 -0
- data/examples/v201103/creative_service/update_creatives.rb +98 -0
- data/examples/v201103/custom_targeting_service/create_custom_targeting_keys_and_values.rb +118 -0
- data/examples/v201103/custom_targeting_service/delete_custom_targeting_keys.rb +121 -0
- data/examples/v201103/custom_targeting_service/delete_custom_targeting_values.rb +125 -0
- data/examples/v201103/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +148 -0
- data/examples/v201103/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +92 -0
- data/examples/v201103/custom_targeting_service/get_custom_targeting_values_by_statement.rb +98 -0
- data/examples/v201103/custom_targeting_service/update_custom_targeting_keys.rb +94 -0
- data/examples/v201103/custom_targeting_service/update_custom_targeting_values.rb +106 -0
- data/examples/v201103/forecast_service/get_forecast.rb +103 -0
- data/examples/v201103/forecast_service/get_forecast_by_id.rb +80 -0
- data/examples/v201103/inventory_service/create_ad_units.rb +98 -0
- data/examples/v201103/inventory_service/deactivate_ad_units.rb +119 -0
- data/examples/v201103/inventory_service/get_ad_unit.rb +72 -0
- data/examples/v201103/inventory_service/get_ad_units_by_statement.rb +96 -0
- data/examples/v201103/inventory_service/get_all_ad_units.rb +93 -0
- data/examples/v201103/inventory_service/update_ad_units.rb +94 -0
- data/examples/v201103/line_item_creative_association_service/create_licas.rb +94 -0
- data/examples/v201103/line_item_creative_association_service/deactivate_licas.rb +127 -0
- data/examples/v201103/line_item_creative_association_service/get_all_licas.rb +95 -0
- data/examples/v201103/line_item_creative_association_service/get_lica.rb +77 -0
- data/examples/v201103/line_item_creative_association_service/get_licas_by_statement.rb +91 -0
- data/examples/v201103/line_item_creative_association_service/update_licas.rb +92 -0
- data/examples/v201103/line_item_service/activate_line_items.rb +131 -0
- data/examples/v201103/line_item_service/create_line_items.rb +165 -0
- data/examples/v201103/line_item_service/get_all_line_items.rb +94 -0
- data/examples/v201103/line_item_service/get_line_item.rb +74 -0
- data/examples/v201103/line_item_service/get_line_items_by_statement.rb +89 -0
- data/examples/v201103/line_item_service/target_custom_criteria.rb +135 -0
- data/examples/v201103/line_item_service/update_line_items.rb +110 -0
- data/examples/v201103/network_service/get_all_networks.rb +74 -0
- data/examples/v201103/network_service/get_current_network.rb +66 -0
- data/examples/v201103/order_service/approve_orders.rb +116 -0
- data/examples/v201103/order_service/create_orders.rb +93 -0
- data/examples/v201103/order_service/get_all_orders.rb +93 -0
- data/examples/v201103/order_service/get_order.rb +74 -0
- data/examples/v201103/order_service/get_orders_by_statement.rb +90 -0
- data/examples/v201103/order_service/update_orders.rb +95 -0
- data/examples/v201103/placement_service/create_placements.rb +128 -0
- data/examples/v201103/placement_service/deactivate_placements.rb +118 -0
- data/examples/v201103/placement_service/get_all_placements.rb +93 -0
- data/examples/v201103/placement_service/get_placement.rb +74 -0
- data/examples/v201103/placement_service/get_placements_by_statement.rb +86 -0
- data/examples/v201103/placement_service/update_placements.rb +96 -0
- data/examples/v201103/publisher_query_language_service/get_all_cities.rb +85 -0
- data/examples/v201103/publisher_query_language_service/get_all_countries.rb +85 -0
- data/examples/v201103/publisher_query_language_service/get_all_metros.rb +85 -0
- data/examples/v201103/publisher_query_language_service/get_all_regions.rb +85 -0
- data/examples/v201103/report_service/download_report.rb +81 -0
- data/examples/v201103/report_service/run_delivery_report.rb +89 -0
- data/examples/v201103/report_service/run_inventory_report.rb +90 -0
- data/examples/v201103/report_service/run_sales_report.rb +89 -0
- data/examples/v201103/user_service/create_users.rb +89 -0
- data/examples/v201103/user_service/deactivate_users.rb +99 -0
- data/examples/v201103/user_service/get_all_roles.rb +73 -0
- data/examples/v201103/user_service/get_all_users.rb +92 -0
- data/examples/v201103/user_service/get_user.rb +73 -0
- data/examples/v201103/user_service/get_users_by_statement.rb +79 -0
- data/examples/v201103/user_service/update_users.rb +89 -0
- data/examples/v201104/common/error_handling.rb +76 -0
- data/examples/v201104/company_service/create_companies.rb +82 -0
- data/examples/v201104/company_service/get_all_companies.rb +92 -0
- data/examples/v201104/company_service/get_companies_by_statement.rb +88 -0
- data/examples/v201104/company_service/get_company.rb +72 -0
- data/examples/v201104/company_service/update_companies.rb +95 -0
- data/examples/v201104/creative_service/copy_image_creatives.rb +117 -0
- data/examples/v201104/creative_service/create_creatives.rb +109 -0
- data/examples/v201104/creative_service/get_all_creatives.rb +93 -0
- data/examples/v201104/creative_service/get_creative.rb +72 -0
- data/examples/v201104/creative_service/get_creatives_by_statement.rb +87 -0
- data/examples/v201104/creative_service/update_creatives.rb +98 -0
- data/examples/v201104/custom_targeting_service/create_custom_targeting_keys_and_values.rb +118 -0
- data/examples/v201104/custom_targeting_service/delete_custom_targeting_keys.rb +121 -0
- data/examples/v201104/custom_targeting_service/delete_custom_targeting_values.rb +125 -0
- data/examples/v201104/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb +148 -0
- data/examples/v201104/custom_targeting_service/get_custom_targeting_keys_by_statement.rb +92 -0
- data/examples/v201104/custom_targeting_service/get_custom_targeting_values_by_statement.rb +98 -0
- data/examples/v201104/custom_targeting_service/update_custom_targeting_keys.rb +94 -0
- data/examples/v201104/custom_targeting_service/update_custom_targeting_values.rb +106 -0
- data/examples/v201104/forecast_service/get_forecast.rb +103 -0
- data/examples/v201104/forecast_service/get_forecast_by_id.rb +80 -0
- data/examples/v201104/inventory_service/create_ad_units.rb +98 -0
- data/examples/v201104/inventory_service/deactivate_ad_units.rb +119 -0
- data/examples/v201104/inventory_service/get_ad_unit.rb +72 -0
- data/examples/v201104/inventory_service/get_ad_units_by_statement.rb +96 -0
- data/examples/v201104/inventory_service/get_all_ad_units.rb +93 -0
- data/examples/v201104/inventory_service/update_ad_units.rb +94 -0
- data/examples/v201104/line_item_creative_association_service/create_licas.rb +94 -0
- data/examples/v201104/line_item_creative_association_service/deactivate_licas.rb +127 -0
- data/examples/v201104/line_item_creative_association_service/get_all_licas.rb +95 -0
- data/examples/v201104/line_item_creative_association_service/get_lica.rb +77 -0
- data/examples/v201104/line_item_creative_association_service/get_licas_by_statement.rb +91 -0
- data/examples/v201104/line_item_creative_association_service/update_licas.rb +92 -0
- data/examples/v201104/line_item_service/activate_line_items.rb +131 -0
- data/examples/v201104/line_item_service/create_line_items.rb +157 -0
- data/examples/v201104/line_item_service/get_all_line_items.rb +94 -0
- data/examples/v201104/line_item_service/get_line_item.rb +74 -0
- data/examples/v201104/line_item_service/get_line_items_by_statement.rb +89 -0
- data/examples/v201104/line_item_service/target_custom_criteria.rb +129 -0
- data/examples/v201104/line_item_service/update_line_items.rb +110 -0
- data/examples/v201104/network_service/get_all_networks.rb +74 -0
- data/examples/v201104/network_service/get_current_network.rb +66 -0
- data/examples/v201104/order_service/approve_orders.rb +116 -0
- data/examples/v201104/order_service/create_orders.rb +93 -0
- data/examples/v201104/order_service/get_all_orders.rb +93 -0
- data/examples/v201104/order_service/get_order.rb +74 -0
- data/examples/v201104/order_service/get_orders_by_statement.rb +90 -0
- data/examples/v201104/order_service/update_orders.rb +95 -0
- data/examples/v201104/placement_service/create_placements.rb +128 -0
- data/examples/v201104/placement_service/deactivate_placements.rb +118 -0
- data/examples/v201104/placement_service/get_all_placements.rb +93 -0
- data/examples/v201104/placement_service/get_placement.rb +74 -0
- data/examples/v201104/placement_service/get_placements_by_statement.rb +86 -0
- data/examples/v201104/placement_service/update_placements.rb +96 -0
- data/examples/v201104/publisher_query_language_service/get_all_cities.rb +85 -0
- data/examples/v201104/publisher_query_language_service/get_all_countries.rb +85 -0
- data/examples/v201104/publisher_query_language_service/get_all_metros.rb +85 -0
- data/examples/v201104/publisher_query_language_service/get_all_regions.rb +85 -0
- data/examples/v201104/report_service/download_report.rb +81 -0
- data/examples/v201104/report_service/run_delivery_report.rb +89 -0
- data/examples/v201104/report_service/run_inventory_report.rb +90 -0
- data/examples/v201104/report_service/run_sales_report.rb +89 -0
- data/examples/v201104/user_service/create_users.rb +89 -0
- data/examples/v201104/user_service/deactivate_users.rb +99 -0
- data/examples/v201104/user_service/get_all_roles.rb +73 -0
- data/examples/v201104/user_service/get_all_users.rb +92 -0
- data/examples/v201104/user_service/get_user.rb +73 -0
- data/examples/v201104/user_service/get_users_by_statement.rb +79 -0
- data/examples/v201104/user_service/update_users.rb +89 -0
- data/lib/dfp_api.rb +32 -45
- data/lib/dfp_api/api_config.rb +30 -7
- data/lib/dfp_api/v201101/company_service.rb +9 -9
- data/lib/dfp_api/v201101/company_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/creative_service.rb +9 -9
- data/lib/dfp_api/v201101/creative_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/custom_targeting_service.rb +9 -9
- data/lib/dfp_api/v201101/custom_targeting_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/forecast_service.rb +5 -5
- data/lib/dfp_api/v201101/forecast_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/inventory_service.rb +13 -13
- data/lib/dfp_api/v201101/inventory_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/line_item_creative_association_service.rb +5 -5
- data/lib/dfp_api/v201101/line_item_creative_association_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/line_item_service.rb +13 -13
- data/lib/dfp_api/v201101/line_item_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/network_service.rb +5 -5
- data/lib/dfp_api/v201101/network_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/order_service.rb +13 -13
- data/lib/dfp_api/v201101/order_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/placement_service.rb +9 -9
- data/lib/dfp_api/v201101/placement_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/publisher_query_language_service.rb +1 -1
- data/lib/dfp_api/v201101/publisher_query_language_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/report_service.rb +5 -5
- data/lib/dfp_api/v201101/report_service_registry.rb +3 -3
- data/lib/dfp_api/v201101/user_service.rb +17 -17
- data/lib/dfp_api/v201101/user_service_registry.rb +3 -3
- data/lib/dfp_api/v201103/company_service.rb +52 -0
- data/lib/dfp_api/v201103/company_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/creative_service.rb +52 -0
- data/lib/dfp_api/v201103/creative_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/custom_targeting_service.rb +60 -0
- data/lib/dfp_api/v201103/custom_targeting_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/forecast_service.rb +36 -0
- data/lib/dfp_api/v201103/forecast_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/inventory_service.rb +56 -0
- data/lib/dfp_api/v201103/inventory_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/line_item_creative_association_service.rb +56 -0
- data/lib/dfp_api/v201103/line_item_creative_association_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/line_item_service.rb +56 -0
- data/lib/dfp_api/v201103/line_item_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/network_service.rb +40 -0
- data/lib/dfp_api/v201103/network_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/order_service.rb +56 -0
- data/lib/dfp_api/v201103/order_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/placement_service.rb +56 -0
- data/lib/dfp_api/v201103/placement_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/publisher_query_language_service.rb +32 -0
- data/lib/dfp_api/v201103/publisher_query_language_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/report_service.rb +40 -0
- data/lib/dfp_api/v201103/report_service_registry.rb +37 -0
- data/lib/dfp_api/v201103/user_service.rb +60 -0
- data/lib/dfp_api/v201103/user_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/company_service.rb +52 -0
- data/lib/dfp_api/v201104/company_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/creative_service.rb +52 -0
- data/lib/dfp_api/v201104/creative_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/custom_targeting_service.rb +60 -0
- data/lib/dfp_api/v201104/custom_targeting_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/forecast_service.rb +36 -0
- data/lib/dfp_api/v201104/forecast_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/inventory_service.rb +56 -0
- data/lib/dfp_api/v201104/inventory_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/line_item_creative_association_service.rb +56 -0
- data/lib/dfp_api/v201104/line_item_creative_association_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/line_item_service.rb +56 -0
- data/lib/dfp_api/v201104/line_item_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/network_service.rb +40 -0
- data/lib/dfp_api/v201104/network_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/order_service.rb +56 -0
- data/lib/dfp_api/v201104/order_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/placement_service.rb +56 -0
- data/lib/dfp_api/v201104/placement_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/publisher_query_language_service.rb +32 -0
- data/lib/dfp_api/v201104/publisher_query_language_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/report_service.rb +40 -0
- data/lib/dfp_api/v201104/report_service_registry.rb +37 -0
- data/lib/dfp_api/v201104/user_service.rb +60 -0
- data/lib/dfp_api/v201104/user_service_registry.rb +37 -0
- data/test/bugs/test_issue_00000016.rb +154 -0
- data/test/dfp_api/test_dfp_api.rb +64 -0
- metadata +248 -53
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
#!/usr/bin/ruby
|
|
2
|
+
#
|
|
3
|
+
# Author:: api.dklimkin@gmail.com (Danial Klimkin)
|
|
4
|
+
#
|
|
5
|
+
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
|
|
6
|
+
#
|
|
7
|
+
# License:: Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
# you may not use this file except in compliance with the License.
|
|
9
|
+
# You may obtain a copy of the License at
|
|
10
|
+
#
|
|
11
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
#
|
|
13
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16
|
+
# implied.
|
|
17
|
+
# See the License for the specific language governing permissions and
|
|
18
|
+
# limitations under the License.
|
|
19
|
+
#
|
|
20
|
+
# Tests the general API features.
|
|
21
|
+
|
|
22
|
+
require 'rubygems'
|
|
23
|
+
require 'test/unit'
|
|
24
|
+
require 'dfp_api'
|
|
25
|
+
|
|
26
|
+
class TestDfpApi < Test::Unit::TestCase
|
|
27
|
+
DEFAULT_CONFIG_HASH = {
|
|
28
|
+
:service => {:use_ruby_names => false,
|
|
29
|
+
:environment => 'sandbox'},
|
|
30
|
+
:authentication => {:method => 'ClientLogin',
|
|
31
|
+
:email => 'root@example.com'}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
DEFAULT_CONFIG_FILENAME = File.expand_path('../test_config.yml', __FILE__)
|
|
35
|
+
DEFAULT_FAILURE_FILENAME = 'test_notexists.yml'
|
|
36
|
+
|
|
37
|
+
# Test initializer with no arguments.
|
|
38
|
+
def test_initialize_nil
|
|
39
|
+
assert_nothing_raised do
|
|
40
|
+
dfp_api = DfpApi::Api.new
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
# Test initializer with hash argument.
|
|
45
|
+
def test_initialize_hash
|
|
46
|
+
assert_nothing_raised do
|
|
47
|
+
config = DfpApi::Api.new(DEFAULT_CONFIG_HASH)
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# Test initializer with filename argument.
|
|
52
|
+
def test_initialize_filename
|
|
53
|
+
assert_nothing_raised do
|
|
54
|
+
config = DfpApi::Api.new(DEFAULT_CONFIG_FILENAME)
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# Test initializer with bad filename argument.
|
|
59
|
+
def test_initialize_filename_not_exists
|
|
60
|
+
assert_raises(Errno::ENOENT) do
|
|
61
|
+
config = DfpApi::Api.new(DEFAULT_FAILURE_FILENAME)
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-dfp-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Danial Klimkin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-06-
|
|
18
|
+
date: 2011-06-20 00:00:00 +04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,12 +26,12 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
29
|
+
hash: 15
|
|
30
30
|
segments:
|
|
31
31
|
- 0
|
|
32
|
-
-
|
|
32
|
+
- 4
|
|
33
33
|
- 0
|
|
34
|
-
version: 0.
|
|
34
|
+
version: 0.4.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
@@ -61,42 +61,94 @@ extra_rdoc_files:
|
|
|
61
61
|
- COPYING
|
|
62
62
|
- ChangeLog
|
|
63
63
|
files:
|
|
64
|
-
- lib/dfp_api/v201101/
|
|
65
|
-
- lib/dfp_api/v201101/
|
|
66
|
-
- lib/dfp_api/v201101/creative_service_registry.rb
|
|
67
|
-
- lib/dfp_api/v201101/creative_service.rb
|
|
68
|
-
- lib/dfp_api/v201101/line_item_creative_association_service.rb
|
|
69
|
-
- lib/dfp_api/v201101/custom_targeting_service.rb
|
|
64
|
+
- lib/dfp_api/v201101/order_service_registry.rb
|
|
65
|
+
- lib/dfp_api/v201101/order_service.rb
|
|
70
66
|
- lib/dfp_api/v201101/custom_targeting_service_registry.rb
|
|
71
|
-
- lib/dfp_api/v201101/
|
|
72
|
-
- lib/dfp_api/v201101/
|
|
73
|
-
- lib/dfp_api/v201101/
|
|
74
|
-
- lib/dfp_api/v201101/
|
|
75
|
-
- lib/dfp_api/v201101/
|
|
67
|
+
- lib/dfp_api/v201101/user_service.rb
|
|
68
|
+
- lib/dfp_api/v201101/user_service_registry.rb
|
|
69
|
+
- lib/dfp_api/v201101/company_service_registry.rb
|
|
70
|
+
- lib/dfp_api/v201101/report_service.rb
|
|
71
|
+
- lib/dfp_api/v201101/report_service_registry.rb
|
|
76
72
|
- lib/dfp_api/v201101/line_item_service.rb
|
|
77
73
|
- lib/dfp_api/v201101/line_item_service_registry.rb
|
|
78
|
-
- lib/dfp_api/v201101/
|
|
79
|
-
- lib/dfp_api/v201101/
|
|
80
|
-
- lib/dfp_api/v201101/
|
|
81
|
-
- lib/dfp_api/v201101/
|
|
74
|
+
- lib/dfp_api/v201101/inventory_service.rb
|
|
75
|
+
- lib/dfp_api/v201101/inventory_service_registry.rb
|
|
76
|
+
- lib/dfp_api/v201101/forecast_service.rb
|
|
77
|
+
- lib/dfp_api/v201101/forecast_service_registry.rb
|
|
82
78
|
- lib/dfp_api/v201101/placement_service.rb
|
|
83
79
|
- lib/dfp_api/v201101/placement_service_registry.rb
|
|
84
80
|
- lib/dfp_api/v201101/publisher_query_language_service.rb
|
|
85
81
|
- lib/dfp_api/v201101/publisher_query_language_service_registry.rb
|
|
86
|
-
- lib/dfp_api/v201101/
|
|
87
|
-
- lib/dfp_api/v201101/
|
|
88
|
-
- lib/dfp_api/v201101/
|
|
89
|
-
- lib/dfp_api/v201101/
|
|
90
|
-
- lib/dfp_api/
|
|
82
|
+
- lib/dfp_api/v201101/creative_service.rb
|
|
83
|
+
- lib/dfp_api/v201101/creative_service_registry.rb
|
|
84
|
+
- lib/dfp_api/v201101/network_service.rb
|
|
85
|
+
- lib/dfp_api/v201101/network_service_registry.rb
|
|
86
|
+
- lib/dfp_api/v201101/line_item_creative_association_service.rb
|
|
87
|
+
- lib/dfp_api/v201101/line_item_creative_association_service_registry.rb
|
|
88
|
+
- lib/dfp_api/v201101/company_service.rb
|
|
89
|
+
- lib/dfp_api/v201101/custom_targeting_service.rb
|
|
90
|
+
- lib/dfp_api/v201104/order_service_registry.rb
|
|
91
|
+
- lib/dfp_api/v201104/order_service.rb
|
|
92
|
+
- lib/dfp_api/v201104/custom_targeting_service_registry.rb
|
|
93
|
+
- lib/dfp_api/v201104/user_service.rb
|
|
94
|
+
- lib/dfp_api/v201104/user_service_registry.rb
|
|
95
|
+
- lib/dfp_api/v201104/company_service_registry.rb
|
|
96
|
+
- lib/dfp_api/v201104/report_service.rb
|
|
97
|
+
- lib/dfp_api/v201104/report_service_registry.rb
|
|
98
|
+
- lib/dfp_api/v201104/line_item_service.rb
|
|
99
|
+
- lib/dfp_api/v201104/line_item_service_registry.rb
|
|
100
|
+
- lib/dfp_api/v201104/inventory_service.rb
|
|
101
|
+
- lib/dfp_api/v201104/inventory_service_registry.rb
|
|
102
|
+
- lib/dfp_api/v201104/forecast_service.rb
|
|
103
|
+
- lib/dfp_api/v201104/forecast_service_registry.rb
|
|
104
|
+
- lib/dfp_api/v201104/placement_service.rb
|
|
105
|
+
- lib/dfp_api/v201104/placement_service_registry.rb
|
|
106
|
+
- lib/dfp_api/v201104/publisher_query_language_service.rb
|
|
107
|
+
- lib/dfp_api/v201104/publisher_query_language_service_registry.rb
|
|
108
|
+
- lib/dfp_api/v201104/creative_service.rb
|
|
109
|
+
- lib/dfp_api/v201104/creative_service_registry.rb
|
|
110
|
+
- lib/dfp_api/v201104/network_service.rb
|
|
111
|
+
- lib/dfp_api/v201104/network_service_registry.rb
|
|
112
|
+
- lib/dfp_api/v201104/line_item_creative_association_service.rb
|
|
113
|
+
- lib/dfp_api/v201104/line_item_creative_association_service_registry.rb
|
|
114
|
+
- lib/dfp_api/v201104/company_service.rb
|
|
115
|
+
- lib/dfp_api/v201104/custom_targeting_service.rb
|
|
91
116
|
- lib/dfp_api/credential_handler.rb
|
|
92
117
|
- lib/dfp_api/errors.rb
|
|
93
118
|
- lib/dfp_api/extensions.rb
|
|
119
|
+
- lib/dfp_api/v201103/order_service_registry.rb
|
|
120
|
+
- lib/dfp_api/v201103/order_service.rb
|
|
121
|
+
- lib/dfp_api/v201103/custom_targeting_service_registry.rb
|
|
122
|
+
- lib/dfp_api/v201103/user_service.rb
|
|
123
|
+
- lib/dfp_api/v201103/user_service_registry.rb
|
|
124
|
+
- lib/dfp_api/v201103/company_service_registry.rb
|
|
125
|
+
- lib/dfp_api/v201103/report_service.rb
|
|
126
|
+
- lib/dfp_api/v201103/report_service_registry.rb
|
|
127
|
+
- lib/dfp_api/v201103/line_item_service.rb
|
|
128
|
+
- lib/dfp_api/v201103/line_item_service_registry.rb
|
|
129
|
+
- lib/dfp_api/v201103/inventory_service.rb
|
|
130
|
+
- lib/dfp_api/v201103/inventory_service_registry.rb
|
|
131
|
+
- lib/dfp_api/v201103/forecast_service.rb
|
|
132
|
+
- lib/dfp_api/v201103/forecast_service_registry.rb
|
|
133
|
+
- lib/dfp_api/v201103/placement_service.rb
|
|
134
|
+
- lib/dfp_api/v201103/placement_service_registry.rb
|
|
135
|
+
- lib/dfp_api/v201103/publisher_query_language_service.rb
|
|
136
|
+
- lib/dfp_api/v201103/publisher_query_language_service_registry.rb
|
|
137
|
+
- lib/dfp_api/v201103/creative_service.rb
|
|
138
|
+
- lib/dfp_api/v201103/creative_service_registry.rb
|
|
139
|
+
- lib/dfp_api/v201103/network_service.rb
|
|
140
|
+
- lib/dfp_api/v201103/network_service_registry.rb
|
|
141
|
+
- lib/dfp_api/v201103/line_item_creative_association_service.rb
|
|
142
|
+
- lib/dfp_api/v201103/line_item_creative_association_service_registry.rb
|
|
143
|
+
- lib/dfp_api/v201103/company_service.rb
|
|
144
|
+
- lib/dfp_api/v201103/custom_targeting_service.rb
|
|
145
|
+
- lib/dfp_api/api_config.rb
|
|
94
146
|
- lib/dfp_api.rb
|
|
95
|
-
- examples/v201101/company_service/get_companies_by_statement.rb
|
|
96
147
|
- examples/v201101/company_service/create_companies.rb
|
|
97
148
|
- examples/v201101/company_service/get_all_companies.rb
|
|
98
|
-
- examples/v201101/company_service/
|
|
149
|
+
- examples/v201101/company_service/get_companies_by_statement.rb
|
|
99
150
|
- examples/v201101/company_service/get_company.rb
|
|
151
|
+
- examples/v201101/company_service/update_companies.rb
|
|
100
152
|
- examples/v201101/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
|
101
153
|
- examples/v201101/custom_targeting_service/delete_custom_targeting_keys.rb
|
|
102
154
|
- examples/v201101/custom_targeting_service/delete_custom_targeting_values.rb
|
|
@@ -105,64 +157,206 @@ files:
|
|
|
105
157
|
- examples/v201101/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
|
106
158
|
- examples/v201101/custom_targeting_service/update_custom_targeting_keys.rb
|
|
107
159
|
- examples/v201101/custom_targeting_service/update_custom_targeting_values.rb
|
|
108
|
-
- examples/v201101/line_item_service/get_line_items_by_statement.rb
|
|
109
160
|
- examples/v201101/line_item_service/create_line_items.rb
|
|
161
|
+
- examples/v201101/line_item_service/get_line_items_by_statement.rb
|
|
110
162
|
- examples/v201101/line_item_service/activate_line_items.rb
|
|
111
163
|
- examples/v201101/line_item_service/get_all_line_items.rb
|
|
112
|
-
- examples/v201101/line_item_service/target_custom_criteria.rb
|
|
113
164
|
- examples/v201101/line_item_service/get_line_item.rb
|
|
165
|
+
- examples/v201101/line_item_service/target_custom_criteria.rb
|
|
114
166
|
- examples/v201101/line_item_service/update_line_items.rb
|
|
115
167
|
- examples/v201101/network_service/get_all_networks.rb
|
|
116
168
|
- examples/v201101/network_service/get_current_network.rb
|
|
117
|
-
- examples/v201101/order_service/get_order.rb
|
|
118
169
|
- examples/v201101/order_service/create_orders.rb
|
|
119
170
|
- examples/v201101/order_service/get_all_orders.rb
|
|
171
|
+
- examples/v201101/order_service/approve_orders.rb
|
|
172
|
+
- examples/v201101/order_service/get_order.rb
|
|
120
173
|
- examples/v201101/order_service/get_orders_by_statement.rb
|
|
121
174
|
- examples/v201101/order_service/update_orders.rb
|
|
122
|
-
- examples/v201101/order_service/approve_orders.rb
|
|
123
|
-
- examples/v201101/placement_service/get_placements_by_statement.rb
|
|
124
175
|
- examples/v201101/placement_service/create_placements.rb
|
|
125
|
-
- examples/v201101/placement_service/update_placements.rb
|
|
126
176
|
- examples/v201101/placement_service/deactivate_placements.rb
|
|
127
|
-
- examples/v201101/placement_service/get_placement.rb
|
|
128
177
|
- examples/v201101/placement_service/get_all_placements.rb
|
|
178
|
+
- examples/v201101/placement_service/get_placement.rb
|
|
179
|
+
- examples/v201101/placement_service/get_placements_by_statement.rb
|
|
180
|
+
- examples/v201101/placement_service/update_placements.rb
|
|
129
181
|
- examples/v201101/publisher_query_language_service/get_all_cities.rb
|
|
130
182
|
- examples/v201101/publisher_query_language_service/get_all_countries.rb
|
|
131
183
|
- examples/v201101/publisher_query_language_service/get_all_metros.rb
|
|
132
184
|
- examples/v201101/publisher_query_language_service/get_all_regions.rb
|
|
133
|
-
- examples/v201101/user_service/
|
|
185
|
+
- examples/v201101/user_service/create_users.rb
|
|
134
186
|
- examples/v201101/user_service/get_all_users.rb
|
|
135
|
-
- examples/v201101/user_service/get_all_roles.rb
|
|
136
|
-
- examples/v201101/user_service/update_users.rb
|
|
137
187
|
- examples/v201101/user_service/deactivate_users.rb
|
|
138
|
-
- examples/v201101/user_service/
|
|
188
|
+
- examples/v201101/user_service/get_all_roles.rb
|
|
189
|
+
- examples/v201101/user_service/get_user.rb
|
|
139
190
|
- examples/v201101/user_service/get_users_by_statement.rb
|
|
191
|
+
- examples/v201101/user_service/update_users.rb
|
|
192
|
+
- examples/v201101/common/error_handling.rb
|
|
140
193
|
- examples/v201101/creative_service/copy_image_creatives.rb
|
|
194
|
+
- examples/v201101/creative_service/create_creatives.rb
|
|
141
195
|
- examples/v201101/creative_service/get_all_creatives.rb
|
|
142
196
|
- examples/v201101/creative_service/get_creative.rb
|
|
143
197
|
- examples/v201101/creative_service/get_creatives_by_statement.rb
|
|
144
198
|
- examples/v201101/creative_service/update_creatives.rb
|
|
145
|
-
- examples/v201101/creative_service/create_creatives.rb
|
|
146
199
|
- examples/v201101/forecast_service/get_forecast.rb
|
|
147
200
|
- examples/v201101/forecast_service/get_forecast_by_id.rb
|
|
148
|
-
- examples/v201101/
|
|
149
|
-
- examples/v201101/
|
|
150
|
-
- examples/v201101/report_service/run_sales_report.rb
|
|
151
|
-
- examples/v201101/report_service/run_inventory_report.rb
|
|
201
|
+
- examples/v201101/inventory_service/create_ad_units.rb
|
|
202
|
+
- examples/v201101/inventory_service/deactivate_ad_units.rb
|
|
152
203
|
- examples/v201101/inventory_service/get_ad_unit.rb
|
|
153
204
|
- examples/v201101/inventory_service/get_ad_units_by_statement.rb
|
|
154
|
-
- examples/v201101/inventory_service/deactivate_ad_units.rb
|
|
155
205
|
- examples/v201101/inventory_service/get_all_ad_units.rb
|
|
156
206
|
- examples/v201101/inventory_service/update_ad_units.rb
|
|
157
|
-
- examples/v201101/
|
|
158
|
-
- examples/v201101/line_item_creative_association_service/
|
|
207
|
+
- examples/v201101/line_item_creative_association_service/create_licas.rb
|
|
208
|
+
- examples/v201101/line_item_creative_association_service/deactivate_licas.rb
|
|
159
209
|
- examples/v201101/line_item_creative_association_service/get_all_licas.rb
|
|
210
|
+
- examples/v201101/line_item_creative_association_service/get_lica.rb
|
|
160
211
|
- examples/v201101/line_item_creative_association_service/get_licas_by_statement.rb
|
|
161
|
-
- examples/v201101/line_item_creative_association_service/deactivate_licas.rb
|
|
162
212
|
- examples/v201101/line_item_creative_association_service/update_licas.rb
|
|
163
|
-
- examples/v201101/
|
|
164
|
-
- examples/v201101/
|
|
213
|
+
- examples/v201101/report_service/download_report.rb
|
|
214
|
+
- examples/v201101/report_service/run_delivery_report.rb
|
|
215
|
+
- examples/v201101/report_service/run_inventory_report.rb
|
|
216
|
+
- examples/v201101/report_service/run_sales_report.rb
|
|
217
|
+
- examples/v201103/common/error_handling.rb
|
|
218
|
+
- examples/v201103/company_service/create_companies.rb
|
|
219
|
+
- examples/v201103/company_service/get_all_companies.rb
|
|
220
|
+
- examples/v201103/company_service/get_companies_by_statement.rb
|
|
221
|
+
- examples/v201103/company_service/get_company.rb
|
|
222
|
+
- examples/v201103/company_service/update_companies.rb
|
|
223
|
+
- examples/v201103/creative_service/copy_image_creatives.rb
|
|
224
|
+
- examples/v201103/creative_service/create_creatives.rb
|
|
225
|
+
- examples/v201103/creative_service/get_all_creatives.rb
|
|
226
|
+
- examples/v201103/creative_service/get_creative.rb
|
|
227
|
+
- examples/v201103/creative_service/get_creatives_by_statement.rb
|
|
228
|
+
- examples/v201103/creative_service/update_creatives.rb
|
|
229
|
+
- examples/v201103/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
|
230
|
+
- examples/v201103/custom_targeting_service/delete_custom_targeting_keys.rb
|
|
231
|
+
- examples/v201103/custom_targeting_service/delete_custom_targeting_values.rb
|
|
232
|
+
- examples/v201103/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
|
233
|
+
- examples/v201103/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
|
234
|
+
- examples/v201103/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
|
235
|
+
- examples/v201103/custom_targeting_service/update_custom_targeting_keys.rb
|
|
236
|
+
- examples/v201103/custom_targeting_service/update_custom_targeting_values.rb
|
|
237
|
+
- examples/v201103/forecast_service/get_forecast.rb
|
|
238
|
+
- examples/v201103/forecast_service/get_forecast_by_id.rb
|
|
239
|
+
- examples/v201103/inventory_service/create_ad_units.rb
|
|
240
|
+
- examples/v201103/inventory_service/deactivate_ad_units.rb
|
|
241
|
+
- examples/v201103/inventory_service/get_ad_unit.rb
|
|
242
|
+
- examples/v201103/inventory_service/get_ad_units_by_statement.rb
|
|
243
|
+
- examples/v201103/inventory_service/get_all_ad_units.rb
|
|
244
|
+
- examples/v201103/inventory_service/update_ad_units.rb
|
|
245
|
+
- examples/v201103/line_item_creative_association_service/create_licas.rb
|
|
246
|
+
- examples/v201103/line_item_creative_association_service/deactivate_licas.rb
|
|
247
|
+
- examples/v201103/line_item_creative_association_service/get_all_licas.rb
|
|
248
|
+
- examples/v201103/line_item_creative_association_service/get_lica.rb
|
|
249
|
+
- examples/v201103/line_item_creative_association_service/get_licas_by_statement.rb
|
|
250
|
+
- examples/v201103/line_item_creative_association_service/update_licas.rb
|
|
251
|
+
- examples/v201103/line_item_service/activate_line_items.rb
|
|
252
|
+
- examples/v201103/line_item_service/create_line_items.rb
|
|
253
|
+
- examples/v201103/line_item_service/get_all_line_items.rb
|
|
254
|
+
- examples/v201103/line_item_service/get_line_item.rb
|
|
255
|
+
- examples/v201103/line_item_service/get_line_items_by_statement.rb
|
|
256
|
+
- examples/v201103/line_item_service/target_custom_criteria.rb
|
|
257
|
+
- examples/v201103/line_item_service/update_line_items.rb
|
|
258
|
+
- examples/v201103/network_service/get_all_networks.rb
|
|
259
|
+
- examples/v201103/network_service/get_current_network.rb
|
|
260
|
+
- examples/v201103/order_service/approve_orders.rb
|
|
261
|
+
- examples/v201103/order_service/create_orders.rb
|
|
262
|
+
- examples/v201103/order_service/get_all_orders.rb
|
|
263
|
+
- examples/v201103/order_service/get_order.rb
|
|
264
|
+
- examples/v201103/order_service/get_orders_by_statement.rb
|
|
265
|
+
- examples/v201103/order_service/update_orders.rb
|
|
266
|
+
- examples/v201103/placement_service/create_placements.rb
|
|
267
|
+
- examples/v201103/placement_service/deactivate_placements.rb
|
|
268
|
+
- examples/v201103/placement_service/get_all_placements.rb
|
|
269
|
+
- examples/v201103/placement_service/get_placement.rb
|
|
270
|
+
- examples/v201103/placement_service/get_placements_by_statement.rb
|
|
271
|
+
- examples/v201103/placement_service/update_placements.rb
|
|
272
|
+
- examples/v201103/publisher_query_language_service/get_all_cities.rb
|
|
273
|
+
- examples/v201103/publisher_query_language_service/get_all_countries.rb
|
|
274
|
+
- examples/v201103/publisher_query_language_service/get_all_metros.rb
|
|
275
|
+
- examples/v201103/publisher_query_language_service/get_all_regions.rb
|
|
276
|
+
- examples/v201103/report_service/download_report.rb
|
|
277
|
+
- examples/v201103/report_service/run_delivery_report.rb
|
|
278
|
+
- examples/v201103/report_service/run_inventory_report.rb
|
|
279
|
+
- examples/v201103/report_service/run_sales_report.rb
|
|
280
|
+
- examples/v201103/user_service/create_users.rb
|
|
281
|
+
- examples/v201103/user_service/deactivate_users.rb
|
|
282
|
+
- examples/v201103/user_service/get_all_roles.rb
|
|
283
|
+
- examples/v201103/user_service/get_all_users.rb
|
|
284
|
+
- examples/v201103/user_service/get_user.rb
|
|
285
|
+
- examples/v201103/user_service/get_users_by_statement.rb
|
|
286
|
+
- examples/v201103/user_service/update_users.rb
|
|
287
|
+
- examples/v201104/common/error_handling.rb
|
|
288
|
+
- examples/v201104/company_service/create_companies.rb
|
|
289
|
+
- examples/v201104/company_service/get_all_companies.rb
|
|
290
|
+
- examples/v201104/company_service/get_companies_by_statement.rb
|
|
291
|
+
- examples/v201104/company_service/get_company.rb
|
|
292
|
+
- examples/v201104/company_service/update_companies.rb
|
|
293
|
+
- examples/v201104/creative_service/copy_image_creatives.rb
|
|
294
|
+
- examples/v201104/creative_service/create_creatives.rb
|
|
295
|
+
- examples/v201104/creative_service/get_all_creatives.rb
|
|
296
|
+
- examples/v201104/creative_service/get_creative.rb
|
|
297
|
+
- examples/v201104/creative_service/get_creatives_by_statement.rb
|
|
298
|
+
- examples/v201104/creative_service/update_creatives.rb
|
|
299
|
+
- examples/v201104/custom_targeting_service/create_custom_targeting_keys_and_values.rb
|
|
300
|
+
- examples/v201104/custom_targeting_service/delete_custom_targeting_keys.rb
|
|
301
|
+
- examples/v201104/custom_targeting_service/delete_custom_targeting_values.rb
|
|
302
|
+
- examples/v201104/custom_targeting_service/get_all_custom_targeting_keys_and_values.rb
|
|
303
|
+
- examples/v201104/custom_targeting_service/get_custom_targeting_keys_by_statement.rb
|
|
304
|
+
- examples/v201104/custom_targeting_service/get_custom_targeting_values_by_statement.rb
|
|
305
|
+
- examples/v201104/custom_targeting_service/update_custom_targeting_keys.rb
|
|
306
|
+
- examples/v201104/custom_targeting_service/update_custom_targeting_values.rb
|
|
307
|
+
- examples/v201104/forecast_service/get_forecast.rb
|
|
308
|
+
- examples/v201104/forecast_service/get_forecast_by_id.rb
|
|
309
|
+
- examples/v201104/inventory_service/create_ad_units.rb
|
|
310
|
+
- examples/v201104/inventory_service/deactivate_ad_units.rb
|
|
311
|
+
- examples/v201104/inventory_service/get_ad_unit.rb
|
|
312
|
+
- examples/v201104/inventory_service/get_ad_units_by_statement.rb
|
|
313
|
+
- examples/v201104/inventory_service/get_all_ad_units.rb
|
|
314
|
+
- examples/v201104/inventory_service/update_ad_units.rb
|
|
315
|
+
- examples/v201104/line_item_creative_association_service/create_licas.rb
|
|
316
|
+
- examples/v201104/line_item_creative_association_service/deactivate_licas.rb
|
|
317
|
+
- examples/v201104/line_item_creative_association_service/get_all_licas.rb
|
|
318
|
+
- examples/v201104/line_item_creative_association_service/get_lica.rb
|
|
319
|
+
- examples/v201104/line_item_creative_association_service/get_licas_by_statement.rb
|
|
320
|
+
- examples/v201104/line_item_creative_association_service/update_licas.rb
|
|
321
|
+
- examples/v201104/line_item_service/activate_line_items.rb
|
|
322
|
+
- examples/v201104/line_item_service/create_line_items.rb
|
|
323
|
+
- examples/v201104/line_item_service/get_all_line_items.rb
|
|
324
|
+
- examples/v201104/line_item_service/get_line_item.rb
|
|
325
|
+
- examples/v201104/line_item_service/get_line_items_by_statement.rb
|
|
326
|
+
- examples/v201104/line_item_service/target_custom_criteria.rb
|
|
327
|
+
- examples/v201104/line_item_service/update_line_items.rb
|
|
328
|
+
- examples/v201104/network_service/get_all_networks.rb
|
|
329
|
+
- examples/v201104/network_service/get_current_network.rb
|
|
330
|
+
- examples/v201104/order_service/approve_orders.rb
|
|
331
|
+
- examples/v201104/order_service/create_orders.rb
|
|
332
|
+
- examples/v201104/order_service/get_all_orders.rb
|
|
333
|
+
- examples/v201104/order_service/get_order.rb
|
|
334
|
+
- examples/v201104/order_service/get_orders_by_statement.rb
|
|
335
|
+
- examples/v201104/order_service/update_orders.rb
|
|
336
|
+
- examples/v201104/placement_service/create_placements.rb
|
|
337
|
+
- examples/v201104/placement_service/deactivate_placements.rb
|
|
338
|
+
- examples/v201104/placement_service/get_all_placements.rb
|
|
339
|
+
- examples/v201104/placement_service/get_placement.rb
|
|
340
|
+
- examples/v201104/placement_service/get_placements_by_statement.rb
|
|
341
|
+
- examples/v201104/placement_service/update_placements.rb
|
|
342
|
+
- examples/v201104/publisher_query_language_service/get_all_cities.rb
|
|
343
|
+
- examples/v201104/publisher_query_language_service/get_all_countries.rb
|
|
344
|
+
- examples/v201104/publisher_query_language_service/get_all_metros.rb
|
|
345
|
+
- examples/v201104/publisher_query_language_service/get_all_regions.rb
|
|
346
|
+
- examples/v201104/report_service/download_report.rb
|
|
347
|
+
- examples/v201104/report_service/run_delivery_report.rb
|
|
348
|
+
- examples/v201104/report_service/run_inventory_report.rb
|
|
349
|
+
- examples/v201104/report_service/run_sales_report.rb
|
|
350
|
+
- examples/v201104/user_service/create_users.rb
|
|
351
|
+
- examples/v201104/user_service/deactivate_users.rb
|
|
352
|
+
- examples/v201104/user_service/get_all_roles.rb
|
|
353
|
+
- examples/v201104/user_service/get_all_users.rb
|
|
354
|
+
- examples/v201104/user_service/get_user.rb
|
|
355
|
+
- examples/v201104/user_service/get_users_by_statement.rb
|
|
356
|
+
- examples/v201104/user_service/update_users.rb
|
|
165
357
|
- Rakefile
|
|
358
|
+
- test/dfp_api/test_dfp_api.rb
|
|
359
|
+
- test/bugs/test_issue_00000016.rb
|
|
166
360
|
- README
|
|
167
361
|
- COPYING
|
|
168
362
|
- ChangeLog
|
|
@@ -200,5 +394,6 @@ rubygems_version: 1.3.7
|
|
|
200
394
|
signing_key:
|
|
201
395
|
specification_version: 3
|
|
202
396
|
summary: Ruby Client libraries for DFP API
|
|
203
|
-
test_files:
|
|
204
|
-
|
|
397
|
+
test_files:
|
|
398
|
+
- test/dfp_api/test_dfp_api.rb
|
|
399
|
+
- test/bugs/test_issue_00000016.rb
|