-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #989 from matt-mazzucato/fwport-1.1-into-1.2
Forward-port from release-1.1
- Loading branch information
Showing
6 changed files
with
21 additions
and
8 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,7 +1,18 @@ | ||
# Introduction | ||
|
||
## REST API | ||
|
||
<img align="right" src="assets/mascot_developer.svg" style="border:20px solid transparent" alt="Join Puppy Lion and have some fun with Astarte!" width="40%" /> | ||
|
||
Astarte's APIs are documented through [Swagger](https://swagger.io/). Your Astarte installation probably already has Swagger UI support, which serves as the reference for your installed APIs. | ||
Astarte's APIs are documented through [Swagger](https://swagger.io/). Your Astarte installation | ||
probably already has Swagger UI support, which serves as the reference for your installed APIs. | ||
|
||
To browse API documentation online, [follow this link](api/index.html). | ||
|
||
## WebSocket Astarte Channels | ||
|
||
The AppEngine API for Astarte Channels is located at the URL: | ||
`ws://<astarte-base-url>/appengine/v1/socket/websocket`. | ||
|
||
To learn how to use the Channels API, you can read the documentation at: | ||
[Using Astarte Channels (WebSockets)](user/052-using_channels.md) |
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
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