Besides our core product, we offer additional services to augment the functionality of Fusio.
The Fusio marketplace is the place to share apps and actions with other Fusio users,
it helps to quickly build your API by using existing code from other users. You can register and configure
the credentials at your local Fusio installation under System / Config s. marketplace_client_id
and marketplace_client_secret then you can use the panel under Development / Marketplace to
install apps or actions.
SDK as a service platform which helps you to generate client SDKs for your API in
different languages like CSharp, Go, Java and Python
which helps your customers to interact with your API. Therefor you need to register at the SDKgen app and
provide the credentials under System / Config s. sdkgen_client_id and sdkgen_client_secret.
Then you can generate the SDK directly at the backend under Development / SDK.
API and data design platform, basically you can push your API specification to this platform so that users can simply discover your API. It tracks all changes of your API so that you have always a clean history how your API evolves.
Service which generates fully working Fusio APIs based on a data model. It also includes a simple Angular frontend app to CRUD your models. It can be seen as low-code generator to quickly generate CRUD APIs but the generated code is clean and can be also used as foundation for your next app.
Simple API monitoring service which helps to monitor your Fusio installation. It is optimized for Fusio, but it can be also used for different API endpoints. APImon invokes your endpoints in specific intervals and notifies you about changes. It also includes an uptime page for your users for example take a look at the uptime page of the marketplace API.
The following list shows interesting open-source projects related to Fusio.