Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Hans.Lahe
/
thesis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Pipelines
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9f840133
authored
Jun 10, 2017
by
Hans.Lahe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AppApiHelper.java
parent
791b59f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/ee/ttu/thesis/data/network/AppApiHelper.java
app/src/main/java/ee/ttu/thesis/data/network/AppApiHelper.java
View file @
9f840133
...
@@ -51,7 +51,7 @@ public class AppApiHelper implements ApiHelper {
...
@@ -51,7 +51,7 @@ public class AppApiHelper implements ApiHelper {
@Override
@Override
public
Observable
<
List
<
Point
>>
getPoints
(
GamesRequest
.
PointsRequest
request
)
{
public
Observable
<
List
<
Point
>>
getPoints
(
GamesRequest
.
PointsRequest
request
)
{
return
Rx2AndroidNetworking
.
get
(
ApiEndPoint
.
ENDPOINT_GET_POINTS
)
return
Rx2AndroidNetworking
.
get
(
ApiEndPoint
.
ENDPOINT_GET_POINTS
)
.
addQueryParameter
(
"game
_id
"
,
Integer
.
toString
(
request
.
getGame_id
()))
.
addQueryParameter
(
"game"
,
Integer
.
toString
(
request
.
getGame_id
()))
.
build
()
.
build
()
.
getObjectListObservable
(
Point
.
class
);
.
getObjectListObservable
(
Point
.
class
);
}
}
...
...
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