Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Zabka
Companion App Android
Commits
12d8ad1b
Commit
12d8ad1b
authored
Aug 18, 2019
by
Anon
Browse files
Add TODO
parent
6feb9f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/de/ccc/events/badge/card10/hatchery/HatcheryClient.kt
View file @
12d8ad1b
...
...
@@ -35,6 +35,8 @@ private const val TAG = "HatcheryClient"
class
HatcheryClient
{
fun
getAppList
():
List
<
App
>
{
val
client
=
OkHttpClient
()
// TODO: Filter by category
val
request
=
Request
.
Builder
()
.
url
(
"$HATCHERY_BASE_URL/eggs/list/json"
)
.
build
()
...
...
Write
Preview
Supports
Markdown
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