Skip to content

httl-lang/HTTL

Repository files navigation


  httl

HTTL - HyperText Transfer Language

HTTL (HyperText Transfer Language) is a lightweight programming language designed for developers who prefer using code to interact with APIs rather than relying on a UI. It is a declarative language that allows you to write HTTP queries, store their results in variables, and reference them in subsequent queries—similar to SQL.

HTTL simplifies data exchange and orchestration across diverse services by allowing you to write queries for multiple APIs in a single file.

IDE Integration

Features

  • Declarative Syntax: Write API queries similar to SQL.
  • Variable Storage: Store API responses in variables for later use.
  • Multi-API Integration: Interact with multiple APIs in a single file.
  • Simplified Data Exchange: Easier orchestration of data between systems.

Installation

For installation instructions, refer to the installation guide.

Language Guide

Contributing

We welcome contributions! Please see the contributing guidelines for more information.

License

HTTL LICENSE.