Skip to content

Getting Started

DeclarativeX is a powerful tool on top of HTTPX to make consuming REST APIs easier and more intuitive.

Installation

pip install declarativex

Optional Dependencies

There are several optional dependencies you can install to enhance the functionality of DeclarativeX.

Dataclasses

pip install declarativex[dataclasses]

This will allow you to use dataclasses to define your API endpoints.