diff --git a/README.md b/README.md index f0caa4c..4858d86 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ Depending on which part of the API you use, you can only include what you need:
Class | Dependency | Description |
---|---|---|
CapabilitiesDao | de.westnordost:osmapi-core:1.3 | Getting server capabilities |
PermissionsDao | de.westnordost:osmapi-core:1.3 | Getting user permissions |
CapabilitiesDao | de.westnordost:osmapi-core:1.4 | Getting server capabilities |
PermissionsDao | de.westnordost:osmapi-core:1.4 | Getting user permissions |
MapDataDao | de.westnordost:osmapi-map:1.5 | Getting map data, querying single elements and their relations toward each other and uploading changes in changesets |
MapDataHistoryDao | de.westnordost:osmapi-map:1.5 | Getting the history and specific versions of elements |
NotesDao | de.westnordost:osmapi-notes:1.4 | Getting finding, creating, commenting on and solving notes |
GpsTracesDao | de.westnordost:osmapi-traces:1.3 | Getting, uploading, updating and deleting GPS traces and trackpoints |
ChangesetsDao | de.westnordost:osmapi-changesets:1.4 | Finding changesets, changeset discussion, subscription and data |
UserDao | de.westnordost:osmapi-user:1.3 | Getting user information |
UserPreferencesDao | de.westnordost:osmapi-user:1.3 | Managing user preferences |
GpsTracesDao | de.westnordost:osmapi-traces:1.4 | Getting, uploading, updating and deleting GPS traces and trackpoints |
ChangesetsDao | de.westnordost:osmapi-changesets:1.5 | Finding changesets, changeset discussion, subscription and data |
UserDao | de.westnordost:osmapi-user:1.4 | Getting user information |
UserPreferencesDao | de.westnordost:osmapi-user:1.4 | Managing user preferences |