Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joshua Lind
BetfairNGAPI
Commits
b43771c2
Commit
b43771c2
authored
Nov 24, 2014
by
Sergey Gernyak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small refactor
parent
a941d00b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
lib/betfair_api_ng_rails/api/http/factory.rb
lib/betfair_api_ng_rails/api/http/factory.rb
+4
-4
lib/betfair_api_ng_rails/api/provider.rb
lib/betfair_api_ng_rails/api/provider.rb
+1
-1
No files found.
lib/betfair_api_ng_rails/api/http/factory.rb
View file @
b43771c2
...
...
@@ -6,10 +6,10 @@ module BetfairApiNgRails
include
Api
::
Constants
def
provider_requester
(
api_url
,
ssoid
=
nil
)
req
=
create_http_requester
(
api_url
)
req
.
set_request_headers
API_REQUEST_HEADERS
req
.
set_auth_headers
Api
::
Config
.
application_key
,
ssoid
req
create_http_requester
(
api_url
)
.
tap
do
|
req
|
req
.
set_request_headers
API_REQUEST_HEADERS
req
.
set_auth_headers
Api
::
Config
.
application_key
,
ssoid
end
end
def
session_requester
...
...
lib/betfair_api_ng_rails/api/provider.rb
View file @
b43771c2
...
...
@@ -27,7 +27,7 @@ module BetfairApiNgRails
end
def
http_requester
(
api_url
)
@_http_requester
||=
Api
::
Http
::
Factory
.
provider_requester
api_url
,
ssoid
Api
::
Http
::
Factory
.
provider_requester
api_url
,
ssoid
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment