Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx IO Discussions

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

Another Alteryx TypeScript SDK

JupiterB
Alteryx
Alteryx

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 ManagementV3✔️
Credential ManagementV3✔️
DCME Connection ManagementV3✔️
Schedule ManagementV3✔️
Server Connection ManagementV3✔️
Usergroup ManagementV3✔️
User ManagementV3✔️
Workflow ManagementV3✔️
Admin Management TasksV2✔️
Usergroup ManagementV2✔️
User ManagementV2✔️
Admin Management TasksV1✔️
Job ManagementV1✔️
Workflow ManagementV1✔️

 

 

Installation:

npm install @jupiterbak/ayx-node --save

 

1 REPLY 1
TheOC
15 - Aurora
15 - Aurora

This is awesome! Love to see this type of thing :) 


Bulien