akamai-edgegrid 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/akamai/edgegrid.rb +3 -3
- metadata +3 -3
data/lib/akamai/edgegrid.rb
CHANGED
@@ -35,7 +35,7 @@ module Akamai #:nodoc:
|
|
35
35
|
#
|
36
36
|
# Akamai::Edgegrid::HTTP provides a subclass of Net::HTTP that adds EdgeGrid
|
37
37
|
# authentication support as specified at
|
38
|
-
# https://developer.akamai.com/
|
38
|
+
# https://developer.akamai.com/introduction/Client_Auth.html
|
39
39
|
#
|
40
40
|
# == Example:
|
41
41
|
# >> require 'akamai/edgegrid'
|
@@ -46,9 +46,9 @@ module Akamai #:nodoc:
|
|
46
46
|
# >> baseuri = URI('https://akaa-xxxxxxxxxxxx.luna.akamaiapis.net/')
|
47
47
|
# >> http = Akamai::Edgegrid::HTTP.new(address, port)
|
48
48
|
# >> http.setup_edgegrid(
|
49
|
-
# :client_token => '
|
49
|
+
# :client_token => 'ccccccccc',
|
50
50
|
# :client_secret => 'ssssssssssssssssss',
|
51
|
-
# :access_token => '
|
51
|
+
# :access_token => 'aaaaaaaaaaaaaa'
|
52
52
|
# )
|
53
53
|
# >> request = Net::HTTP::Get.new URI.join(
|
54
54
|
# baseuri.to_s, '/diagnostic-tools/v1/locations'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: akamai-edgegrid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-10-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: simplecov
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: 0.7.1
|
30
|
-
description: Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/
|
30
|
+
description: Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html
|
31
31
|
email: jlandis@akamai.com
|
32
32
|
executables: []
|
33
33
|
extensions: []
|