Skip to content

Commit e5fa697

Browse files
authored
Merge pull request mendix#9638 from exec-astraea/client-api-structure
Changed Client API docs structure
2 parents 7ff1746 + d58aa0d commit e5fa697

3 files changed

Lines changed: 42 additions & 6 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/frontend/client-api.md renamed to content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/client-api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use our powerful APIs to build any JavaScript action you need.
1111

1212
## Client API
1313

14-
The Client API is compatible with both the React and the Dojo client.
14+
The Client API is compatible with both the React and the Dojo client and will replace the previous API which was based on the global mx object. This official documentation site contains examples, modules, and more:
1515

1616
* [Mendix 10 Client API](https://apidocs.rnd.mendix.com/10/client-mx-api/index.html)
1717

@@ -23,9 +23,9 @@ The Mendix 10 Client API is available in Studio Pro 10.20.0 and above. For earli
2323
The Client API is not supported in widgets. For widget development, please use our [Pluggable Widgets API](/apidocs-mxsdk/apidocs/pluggable-widgets/)
2424
{{% /alert %}}
2525

26-
## Legacy Client APIs {#legacy}
26+
## Legacy Client API {#legacy}
2727

28-
* [Mendix 10 React Client API](https://apidocs.rnd.mendix.com/10/client-react/index.html)
29-
* [Mendix 10 Dojo Client API](https://apidocs.rnd.mendix.com/10/client/index.html)
30-
* [Mendix 9 Dojo Client API](https://apidocs.rnd.mendix.com/9/client/index.html)
31-
* [Mendix 8 Dojo Client API](https://apidocs.rnd.mendix.com/8/client/index.html)
28+
This API is deprecated in Mendix 11 and will be fully removed in Mendix 12.
29+
30+
* [Mendix 10 Client API (React)](https://apidocs.rnd.mendix.com/10/client-react/index.html)
31+
* [Mendix 10 Client API (Dojo)](https://apidocs.rnd.mendix.com/10/client/index.html)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Client API"
3+
url: /apidocs-mxsdk/apidocs/client-api-11/
4+
description: "This API enriches the user interface of your applications by building on top of the Mendix web Client APIs."
5+
weight: 30
6+
---
7+
8+
## Introduction
9+
10+
Use our powerful APIs to build any JavaScript action you need.
11+
12+
## Client API
13+
14+
The Client API is compatible with both the React and the Dojo client. This official documentation site contains examples, modules, and more:
15+
16+
* [Mendix 11 Client API Documentation](https://apidocs.rnd.mendix.com/11/client-mx-api/index.html)
17+
18+
{{% alert color="warning" %}}
19+
The Client API is not supported in widgets. For widget development, please use our [Pluggable Widgets API](/apidocs-mxsdk/apidocs/pluggable-widgets/)
20+
{{% /alert %}}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Client API"
3+
url: /apidocs-mxsdk/apidocs/client-api-9/
4+
description: "This API enriches the user interface of your applications by building on top of the Mendix web Client APIs."
5+
weight: 30
6+
---
7+
8+
## Introduction
9+
10+
Use our powerful APIs to build any JavaScript action you need.
11+
12+
## Client API
13+
14+
This official documentation site contains examples, modules, and more:
15+
16+
* [Mendix 9 Client API](https://apidocs.rnd.mendix.com/9/client/index.html)

0 commit comments

Comments
 (0)