https://github.com/jonathangiles/azure-javadocs
Exploring the possibility of building a single, automated JavaDoc for all Azure Java APIs
https://github.com/jonathangiles/azure-javadocs
azure azure-java-apis azure-java-sdks java javadoc
Last synced: 3 months ago
JSON representation
Exploring the possibility of building a single, automated JavaDoc for all Azure Java APIs
- Host: GitHub
- URL: https://github.com/jonathangiles/azure-javadocs
- Owner: JonathanGiles
- Created: 2017-12-18T22:43:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T01:26:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T03:44:24.430Z (over 1 year ago)
- Topics: azure, azure-java-apis, azure-java-sdks, java, javadoc
- Language: XSLT
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaDocs for Azure Java SDKs

## Overview
This project contains scripts that can build all JavaDocs for Azure Java SDKs. The actual output of these scripts, including JavaDoc, CheckStyle, and SpotBugs reports, are not published publicly. Actual API reference materials can be found on [docs.microsoft.com](https://docs.microsoft.com/java/api/overview/azure/).
### Supported Projects
This project currently builds JavaDoc for the following Azure Java SDKs:
| Project Name | GitHub Repo | Project Documentation |
|------------------------|---------------------------------------------------------------------------|-----------------------|
| Azure Active Directory | [Here](https://github.com/AzureAD/azure-activedirectory-library-for-java) | [Here](https://docs.microsoft.com/azure/active-directory?WT.mc_id=link-github-jogiles)
| Azure Batch | [Here](https://github.com/Azure/azure-batch-sdk-for-java) | [Here](https://docs.microsoft.com/azure/batch?WT.mc_id=link-github-jogiles)
| Azure Cosmos DB | [Here](https://github.com/Azure/azure-cosmosdb-java) | [Here](https://docs.microsoft.com/azure/cosmos-db?WT.mc_id=link-github-jogiles)
| Azure Data Lake Store | [Here](https://github.com/Azure/azure-data-lake-store-java) | [Here](https://docs.microsoft.com/azure/storage/data-lake-storage/introduction?WT.mc_id=link-github-jogiles)
| Azure Event Hubs | [Here](https://github.com/Azure/azure-event-hubs-java) | [Here](https://docs.microsoft.com/azure/event-hubs?WT.mc_id=link-github-jogiles)
| Azure Functions | [Here](https://github.com/Azure/azure-functions-java-library) | [Here](https://docs.microsoft.com/azure/functions?WT.mc_id=link-github-jogiles)
| Azure IoT | [Here](https://github.com/Azure/azure-iot-sdk-java) | [Here](https://docs.microsoft.com/azure/iot-fundamentals?WT.mc_id=link-github-jogiles)
| Azure Key Vault | [Here](https://github.com/Azure/azure-keyvault-java) | [Here](https://docs.microsoft.com/azure/key-vault?WT.mc_id=link-github-jogiles)
| Azure Libraries | [Here](https://github.com/Azure/azure-libraries-for-java) |
| Azure SDK | [Here](https://github.com/Azure/azure-sdk-for-java) |
| Azure Service Bus | [Here](https://github.com/Azure/azure-service-bus-java) | [Here](https://docs.microsoft.com/azure/service-bus?WT.mc_id=link-github-jogiles)
| Azure Storage | [Here](https://github.com/Azure/azure-storage-java) | [Here](https://docs.microsoft.com/azure/storage?WT.mc_id=link-github-jogiles)