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

Update Cloud API key creation instructions for new site design #1614

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Update Cloud API key creation instructions for new site design #1614

merged 2 commits into from
Dec 20, 2023

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Dec 16, 2023

The Arduino Cloud website was recently redesigned. Before the redesign, API keys were managed by selecting "API keys" from the navigation panel on the Arduino Cloud home page.

That item was removed from the navigation panel and there is now a dedicated page for managing API keys. This means the instructions based on the old design are no longer correct.

What This PR Changes

The outdated instructions for getting to the Arduino Cloud API key management interface are updated for the new Arduino Cloud site design.

The new design allows us to point the user directly to the relevant page rather than sending them to the home page and then instructing them in how to navigate to the key management interface. That navigation process is slightly more complex with the new design so continuing with the previous approach of starting from the home page would require adding an additional step to the instructions.


Some of the existing links to the "API Keys" page were broken, redirecting to the Arduino Cloud home page instead of the intended target. Those are updated to point to the current URL of the page.

Additional Context

This approach of directing the user to the "API Keys" page was already in use in some of the content:

**1.** Go to the [API keys section](https://app.arduino.cc/home/api-keys), and create a new API key.

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/home/api-keys) section.

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/home/api-keys) section.


An update of a graphic is also required but I'm not set up for that so I was not able to include that in this PR. I submitted an issue to track the task: #1615


Originally reported at https://forum.arduino.cc/t/api-key-generation-page-not-available-on-home-screen/1200517

Contribution Guidelines

@per1234 per1234 added bug Something isn't working arduino Bugs and fixes added by the Arduino Team labels Dec 16, 2023
@per1234 per1234 requested a review from karlsoderby December 16, 2023 18:16
Copy link
Contributor

@karlsoderby karlsoderby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @per1234 , thanks for correcting the links. LGTM!

The Arduino Cloud website was recently redesigned. Before the redesign, API keys were managed by selecting "API keys"
from the navigation panel on the Arduino Cloud home page.

That item was removed from the navigation panel and there is now a dedicated page for managing API keys. This means the
instructions based on the old design are no longer correct.

The new design allows us to point the user directly to the relevant page rather than sending them to the home page and
then instructing them in how to navigate to the key management interface. That navigation process is slightly more
complex with the new design so continuing with the previous approach of starting from the home page would require adding
an additional step to the instructions.
The previous links redirected to the Arduino Cloud home page.

Perhaps they were broken by changes to the website since the time the content was written.
@per1234 per1234 merged commit db83710 into arduino:main Dec 20, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Bugs and fixes added by the Arduino Team bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants