Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): Fix markdown for API design doc #11690

Merged
merged 1 commit into from
May 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion sdk/iot/Azure.Iot.Hub.Service/src/API Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,31 @@ This document outlines the APIs for the Azure Iot Hub Service SDK

<details><summary><b>Configurations</b></summary>
APIs for managing configurations for devices and modules

```csharp

```
</details>

<details><summary><b>Statistics</b></summary>
APIs for getting statistics about devices and modules, as well as service statistics

```csharp

```
</details>

<details><summary><b>Registry</b></summary>
APIs for managing device and module identities

```csharp

```
</details>

<details><summary><b>Jobs</b></summary>
APIs for using IotHub jobs

```csharp

```
Expand All @@ -46,41 +50,47 @@ APIs for using IotHub jobs

<details><summary><b>Twin</b></summary>
Device and module twin operations

```csharp

```
</details>

<details><summary><b>Methods</b></summary>
Device and module direct methods

```csharp

```
</details>

<details><summary><b>Cloud to Device Messaging</b></summary>
No sign of this in the swagger
No sign of this in the swagger

```csharp

```
</details>

<details><summary><b>Feedback Message</b></summary>
APIs for getting feedback messages

```csharp

```
</details>

<details><summary><b>File Upload Notifications</b></summary>
No sign of this in the swagger

```csharp

```
</details>

<details><summary><b>Query</b></summary>
APIs for querying on device or module identities

```csharp

```
Expand Down