Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 31, 2017
1 parent 9e4e36b commit 62e2b2b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content/integrate/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: API
menu:
main:
parent: integrate
weight: 2
weight: 3
---

## LoRa App Server API
Expand Down
2 changes: 1 addition & 1 deletion docs/content/integrate/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Authentication
menu:
main:
parent: integrate
weight: 3
weight: 4
---

## Authentication / authorization
Expand Down
2 changes: 1 addition & 1 deletion docs/content/integrate/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: gRPC
menu:
main:
parent: integrate
weight: 4
weight: 5
---

## gRPC API
Expand Down
29 changes: 29 additions & 0 deletions docs/content/integrate/integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Data integrations
menu:
main:
parent: integrate
weight: 2
---

## Data integrations

### HTTP

LoRa App Server provides the possibility to configure HTTP integrations
per application. When in the application screen, click on the *Integrations*
tab and then click *Add integration*. Then click the *HTTP Integration*
option.

The HTTP integration follows exaclty the same JSON data structure as the
data structures documented in the [Send / receive data]({{< ref "data.md" >}})
documentation.

The following endpoints can be configured:

* Uplink data
* Join notifications
* ACK notifications
* Error notifications

LoRa App Server will use the `POST` HTTP method.
2 changes: 1 addition & 1 deletion docs/content/integrate/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: REST
menu:
main:
parent: integrate
weight: 5
weight: 6
---

## JSON REST API
Expand Down

0 comments on commit 62e2b2b

Please sign in to comment.