Advanced Topics
This section covers advanced topics for developers who want to take their Prodcat projects to the next level.
Plugin System
The plugin system is currently experimental and is subject to change in future releases. It is not recommended to use plugins in a production environment.
Extending Prodcat with plugins
Prodcat has a plugin system that allows you to extend its functionality. Plugins can be used to add new commands, customize the build process, and integrate with other tools and services.
Plugin development guide
To learn how to develop your own plugins, please refer to the plugin development guide, which will be available in a future release.
API Reference
Overview of available APIs
Prodcat exposes a set of APIs that you can use to programmatically interact with your software product data. These APIs can be used to build custom integrations and extend the functionality of Prodcat.
Using the Prodcat API for data retrieval
The Prodcat API provides endpoints for retrieving software product data in various formats, such as JSON and XML. This allows you to easily integrate your software product data with other applications and services. More details on the API will be available in a future release.