-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(clearly-defined): Simplify the API by using coordinates
Introduce convenience extension functions that take `Coordinates` instead of individual properties. Note that is it no possible to use a `Coordinates`'s string representation directly as a Retrofit `@Path` as the contained slashes would get escapted as %2F instead of being used literally for the path. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information
1 parent
ec843ea
commit 804d959
Showing
3 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters