Skip to content

APICHAP


With APICHAP you are able to construct your fully working API connected to your datasource with just a few steps.

Getting started

  1. Architecture Principles
  2. Samples
  3. Launch with Docker
  4. Documentation
  5. Release Notes

Architecture Principles

APICHAP is designed to run in your environment and is shipped as a docker image published on DockerHub. Start this container with only two files:

- Your openAPI Specification
- The Blueprint Configuration

On startup APICHAP automatically generates the endpoints from the openAPI file and configures the workflows, datasource connections and data retrieval processes from the yaml configuration file.

APICHAP Architecture

Samples

Every start is easier with some samples. Find ours on GITHUB.

Quick reference

| File issues | Documentation | DockerHub | Samples |