Skip to content

hetalang/heta-api

Repository files navigation

Heta API

This is part of the Heta project. See documentation at https://hetalang.github.io.

This is the API for compilation Heta based platforms.

Authentication is not required.

Server path: https://heta-api.insysbio.com

Paths

/build (POST)

Send files and options for building platform. Receive compilation logs and a taskId for download the result.

/download/{taskId} (GET)

Send taskId and filenames to download.

/schema (GET)

get OpenAPI schema.

/info (GET)

Receive a message with heta-compiler version.

Run

npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published