fidor_starter_kits 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 714384718ce26e4cc8ab8768f8e0ea3e83c75052
|
4
|
+
data.tar.gz: d7d856ad3b65c284c40eff20352ea90f56d48629
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9150c839dad0cbef014ceb05570ed302605108875399c9f8c335f0404859b8dbb0f01ad26eedd9eb8192088490ee28d2e60867d4de7c97067ff3132960cad3f1
|
7
|
+
data.tar.gz: fa9162749d414caeb0f4dcf324c0309a46cb057ae2d26e3444ee3602ea2bae140471d7474e96ea83261a463fd595bf9c39f2a79014110d0c85933e35b6cba1d6
|
@@ -45,7 +45,7 @@ $code = $_REQUEST["code"];
|
|
45
45
|
print_r($resp);
|
46
46
|
echo("</blockquote>
|
47
47
|
<p>Now use the access token in the request header in your favorite PHP HTTP method or via CURL: </p>
|
48
|
-
<blockquote>curl -v -H \"Authorization: Bearer ".$resp->access_token."\" ".$fidor_api_url."/transactions
|
48
|
+
<blockquote>curl -v -H \"Authorization: Bearer ".$resp->access_token."\" -H \"Accept: application/vnd.fidor.de; version=1,text/json\" ".$fidor_api_url."/transactions
|
49
49
|
</blockquote>");
|
50
50
|
|
51
51
|
?>
|
@@ -0,0 +1 @@
|
|
1
|
+
ruby_oauth_plain
|
@@ -0,0 +1 @@
|
|
1
|
+
2.2.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fidor_starter_kits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Georg Leciejewski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
@@ -113,6 +113,8 @@ files:
|
|
113
113
|
- starter_kits/php_oauth_plain/README.md
|
114
114
|
- starter_kits/php_oauth_plain/example.php
|
115
115
|
- starter_kits/ruby_oauth_plain/.fidor_meta.json
|
116
|
+
- starter_kits/ruby_oauth_plain/.ruby-gemset
|
117
|
+
- starter_kits/ruby_oauth_plain/.ruby-version
|
116
118
|
- starter_kits/ruby_oauth_plain/Gemfile
|
117
119
|
- starter_kits/ruby_oauth_plain/README.md
|
118
120
|
- starter_kits/ruby_oauth_plain/example.rb
|