Android client SDKs for Microsoft Azure
Перейти к файлу
marche0133 0e464903b1
Update trouter schema, use trouter from maven central (#706)
* Update trouter schema

* Use trouter from maven central
Add access methods

* Fix styles

* Fix trouter prod url and json parse

Co-authored-by: Marc Ma <marcma@microsoft.com>
2021-03-26 16:55:11 -07:00
.run Rename the module azure-core-micro to azure-core (the micro package is yet to be removed) 2021-02-06 13:38:53 -08:00
config Regenerate from Java swagger and Readme.md with expected manual changes (#675) 2021-03-19 10:32:33 -07:00
eng Updated ACS dependencies, versions and CHANGELOGs. (#699) 2021-03-25 15:47:17 -07:00
gradle/wrapper Updated ACS dependencies, versions and CHANGELOGs. (#699) 2021-03-25 15:47:17 -07:00
samples/sample-chat-app Update trouter schema, use trouter from maven central (#706) 2021-03-26 16:55:11 -07:00
sdk Update trouter schema, use trouter from maven central (#706) 2021-03-26 16:55:11 -07:00
.editorconfig init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
.gitignore init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
CONTRIBUTING.md init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
LICENSE.txt init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
README.md Updating readme to have module diagram on the top. 2021-02-24 11:01:00 -08:00
build.gradle Update trouter schema, use trouter from maven central (#706) 2021-03-26 16:55:11 -07:00
gradle.properties init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
gradlew init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
gradlew.bat init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
jetty.xml init modularized core and search-module based on core 2020-11-28 02:00:11 -08:00
settings.gradle Added Chat sample app that uses new Azure Core (#660) 2021-03-18 01:20:11 -07:00

README.md

Azure SDK for Android (vNext)

License

Azure SDK for Android is licensed under the MIT license.

Modules (MinAPILevel 15):

The following diagram shows the core modules and their dependencies.

The minSdkVersion of all the modules except azure-core-http-okhttp is 15. The azure-core-http-okhttp uses minSdkVersion as 21 since okhttp is baselined to L21.

Modules

Design documents:

#n Topic Link
1 HttpClient API reference
2 HttpPipeline Chain Design reference
3 RestProxy API reference

Presentations:

MD file used to present the journey from v1 (master) to v2 (this branch), and design choices made.

#n presentation Link
1 talk 1 reference

Impressions