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
6feb9f36
Commit
6feb9f36
authored
Aug 18, 2019
by
Anon
Browse files
Use string template for URL.
parent
757410b6
Changes
1
Show whitespace changes
Inline
Side-by-side
app/src/main/java/de/ccc/events/badge/card10/hatchery/HatcheryClient.kt
View file @
6feb9f36
...
...
@@ -36,7 +36,7 @@ class HatcheryClient {
fun
getAppList
():
List
<
App
>
{
val
client
=
OkHttpClient
()
val
request
=
Request
.
Builder
()
.
url
(
HATCHERY_BASE_URL
+
"
/eggs/list/json"
)
.
url
(
"$
HATCHERY_BASE_URL/eggs/list/json"
)
.
build
()
val
response
:
Response
...
...
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