Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 587 Bytes

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