# devstudio-tooling-apim **Repository Path**: mirrors_wso2/devstudio-tooling-apim ## Basic Information - **Project Name**: devstudio-tooling-apim - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Devstudio-tooling-apim WSO2 APIM tooling provides capabilities of a complete eclipse-based development environment for the APIM custome sequence design. You can develop custome sequences, proxies and artifacts as well as manage their links and dependencies through a simplified graphical editor via WSO2 APIM tooling. ### Version 2.6.0 ### How to Build This requires maven installed in your system. Run these commands to clone the repo and build it. ```sh $ git clone [git-repo-url] $ cd devstudio-tooling-apim $ mvn clean install ``` ### How to Install After a successful build you will get installable zips (P2 Repos) of the plugin inside repository -> composite and repository -> main . If you have a WSO2 Developer Studio distribution you should install repository -> main and if you have a General eclipse distribution you should choose repository -> composite . In eclipse go to help -> Install new software and select the respective path (repository -> composite -> built zip or repository -> main -> built zip) to the built zip file. And install required features. ### How to Run Install plugin with eclipse [documentation](https://docs.wso2.com/display/AM200/Installing+the+API+Manager+Tooling+Plug-In) You can follow this [Tutorial](https://docs.wso2.com/display/AM200/Change+the+Default+Mediation+Flow+of+API+Requests)