Skip to content

Commit 82969a2

Browse files
Add the postman collection as tools
1 parent d5be90a commit 82969a2

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

content/apps/app-developer-tools.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,29 @@
55
The Akeneo team created the Akeneo Demo App to show you how Akeneo apps work.
66
It provides you an example of app you can use to understand how to implement Akeneo app features.
77

8-
Github repository: [akeneo/demo-app](https://github.com/akeneo/demo-app)
8+
<a href="https://github.com/akeneo/demo-app" target="_blank"><img src="/img/icons/icon--github.png"/> Github repository: akeneo/demo-app </a>
99

10+
::: tips
1011
Stay tuned! We update the Akeneo Demo App with all our new features.
11-
12+
:::
1213

1314
## Akeneo PHP API client
1415

1516
The PHP client facilitates the usage of the REST API in your PHP projects when building extensions and/or tools for your favorite PIM.
1617
You will find all information about it in the [PHP API client](/php-client/introduction.html) section of our Documentation.
1718

18-
Github repository: [akeneo/api-php-client](https://github.com/akeneo/api-php-client)
19+
<a href="https://github.com/akeneo/api-php-client" target="_blank"><img src="/img/icons/icon--github.png"/> Github repository: akeneo/api-php-client </a>
1920

2021
::: tips
21-
If you just want to discuss about it, join the community in the [#web-api](https://akeneopim-ug.slack.com/messages/web-api/) channel in our [Slack user group community](https://akeneopim-ug.slack.com/).
22+
If you just want to discuss about it, join the community in the <a href="https://akeneopim-ug.slack.com/messages/web-api/" target="_blank">#web-api</a> channel in our <a href="https://akeneopim-ug.slack.com/" target="_blank">Slack user group community</a>.
2223
:::
2324

25+
## Akeneo Postman collection
26+
27+
In the Akeneo PIM API collection, you will find all our endpoints and filters with examples.
28+
<a href="/files/Akeneo%20PIM%20API.postman_collection.json" download>Download it</a> to test, experiment, and demo the Akeneo REST API.
29+
30+
::: tips
31+
You don't know how to import a collection into your Postman?
32+
Checkout this documentation: <a href="https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#importing-data-into-postman" target="_blank">Importing data into Postman</a>
33+
:::

content/img/icons/icon--github.png

1.67 KB
Loading

0 commit comments

Comments
 (0)