Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BetfairNGAPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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