-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Auth SDK to support Standalone Maps, Places, Routes SDKs and a…
…lign APIs with other platforms (#14) * First version of support for V2 clients. This version uses the same behavior and interface as the existing auth SDK, but adds GetGeoMapsClient(), GetGeoPlacesClient(), and GetGeoRoutesClient() for the new client types that have been added. This also temporarily adds the AWS SDK packages for geomaps / geoplaces / georoutes. * Updated README with new APIs. * Fixed PR feedback. * First version of config generation. This removes the client constructors and replaces them with methods for creating configs to pass to the client constructors. * Simplified the implementation to align the APIs * Added guard for null/empty API key. * Changed lib to use public packages. * Updated README to latest API usage and version numbers. * Update README.md Co-authored-by: Chris Galvan <[email protected]> --------- Co-authored-by: Chris Galvan <[email protected]>
- Loading branch information
1 parent
608a286
commit 29656c5
Showing
23 changed files
with
577 additions
and
1,307 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
plugins { | ||
id("org.jetbrains.kotlin.android") version "1.9.0" apply false | ||
id("com.android.library") version "8.2.2" apply false | ||
id("org.jetbrains.kotlin.android") version "1.9.21" apply false | ||
id("com.android.library") version "8.3.2" apply false | ||
} |
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
59 changes: 0 additions & 59 deletions
59
library/src/main/java/software/amazon/location/auth/ApiKeyCredentialsProvider.kt
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.