Skip to content

Commit 5ed5410

Browse files
Fixed link and image
1 parent 2fde6ae commit 5ed5410

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

content/arduino-cloud/07.api/01.api-overview/api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The main goal of the Application API is to allow you to create and manage IoT re
1313

1414
The core of those APIs is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts [form-encoded](https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms) request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.
1515

16-
You can use those APIs, both directly calling our HTTP endpoints or using our clients that wrap those calls into easy-to-use abstractions like objects and functions. We have Applications API clients available in `javascript`, `golang`, and `python`. To use the Application API, you need to create an **API Key** in the [API Keys](https://cloud.arduino.cc/api-keys) section.
16+
You can use those APIs, both directly calling our HTTP endpoints or using our clients that wrap those calls into easy-to-use abstractions like objects and functions. We have Applications API clients available in `javascript`, `golang`, and `python`. To use the Application API, you need to create an **API Key** in the [API Keys](https://app.arduino.cc/api-keys) section.
1717

1818
With this API, you can:
1919
- Build an automated script to create your things, in bulk
336 KB
Loading

0 commit comments

Comments
 (0)