ApiGear Studio is a desktop application that helps you to create and manage your API projects. It is documented at ApiGear.
Studio focus on the user interface integration towards platform or external services. APIs are co-created by designers and developers. The API projects are created using ObjectAPI and technology templates. The technology templates are used to generate SDKs for the API projects.
The workflow extends the API driven process with API monitoring and API simulation. This allows to create a complete API driven process with feedback loops.
- Create new API projects from templates using ObjectAPI
- Install technology templates from our Marketplace
- Generate SDKs for your API projects using solutions
- Run API simulations based on provided scenarios
- View API monitoring results
We use Taskfile to manage the development tasks. You can install Taskfile from here.
To install the dependencies run:
task initTo run the development version of the application run:
task devTo build the application run:
task buildReleases are automatically created by Github Actions. To create a new release create a new tag and push it to git main branch.
git tag -a v0.1.0 -m "Initial release"
git push origin v0.1.0The releases are available at Studio release page.
ApiGear Studio is a desktop application that runs on Windows, Mac and Linux. You can download the latest version from Studio release page.
The product has not yet a certification from Microsoft, Apple or Linux. So you may need to disable the security check to run the application.
ApiGear Studio is licensed under the MIT License.