Tools for Enhanced API Development

APK offers a suite of developer tools to streamline the API development process further

  • APK Configuration File

    A human-readable YAML interpretation of OpenAPI Specification (OAS) definitions with enhanced API and endpoint configurations. This simplifies API configuration, making it more approachable.

  • APK Config language support VSCode Plugin

    VSCode plugin provides an intuitive interface for writing APK Conf files, reducing the learning curve for developers. For more details, refer to the section on Enhance Configuration with APK Config Language Support

  • Config Generator

    • Provide REST API to automatically generates APK Configuration file from the provided OAS definition
    • Provide REST API to generate the CR set required for your APIs using APK Configuration file.
  • Config Deployer

    Provide REST API to create and deploy CRs to the Kubernetes server using APK configuration file, saving time and effort during the deployment process.