Hi Guys,
I have just released an open source Typescript SDK that can be used to interact with Alteryx Server APIs (advanced semantics). As a Typescript implementation, it is compatible with Linux, Windows and macOS. It supports both front-end (browser e.g. Angular, React...) and back-end development in node.js.
Please test it let me get your feedbacks. All full documentation will be avialable in the next few days.
https://github.com/jupiterbak/ayx-node
- Proxy support
- Server rest API unit-tests
- Supported Alteryx Server APIs
Name AYX Server API Version SDK - Client
| Collection Management | V3 | ✔️ |
| Credential Management | V3 | ✔️ |
| DCME Connection Management | V3 | ✔️ |
| Schedule Management | V3 | ✔️ |
| Server Connection Management | V3 | ✔️ |
| Usergroup Management | V3 | ✔️ |
| User Management | V3 | ✔️ |
| Workflow Management | V3 | ✔️ |
| Admin Management Tasks | V2 | ✔️ |
| Usergroup Management | V2 | ✔️ |
| User Management | V2 | ✔️ |
| Admin Management Tasks | V1 | ✔️ |
| Job Management | V1 | ✔️ |
| Workflow Management | V1 | ✔️ |
Installation:
npm install @jupiterbak/ayx-node --save