Skip to main content
Ctrl+K

Lima-API 1.4.2 Doc

Ctrl+K
  • GitHub
  • X
  • YouTube
Ctrl+K
  • GitHub
  • X
  • YouTube

Table of Contents

  • Quick Start
  • Exceptions
  • 🕵 Advance
  • 🛠 Usecases
  • Migration Guide
  • About

Next topic

Quick Start

Lima-API#

Lima-API is sync and async library that allows implements Rest APIs libs with python typing.

You could read more about it on github page and on our post (Spanish).

You could install from pypi with:

pip install lima-api

Generate doc#

pip install lima-api[docs]
cd docs
make html
  • Quick Start
    • Create your models.
    • Create your exceptions.
    • Create your client.
    • Instance your client.
  • Exceptions
    • Base Exception Classes
    • Exception Handling Patterns
    • Best Practices
  • 🕵 Advance
    • Recommendations
    • Settings
    • Parameters
    • Parameter dump mode
    • Retry processor
    • Dynamic payload
  • 🛠 Usecases
    • Json patch
    • Opentracing
    • File upload
  • Migration Guide
    • From requests library
    • From httpx library
    • To Lima-API
  • About

next

Quick Start

On this page
  • Lima-API
  • Generate doc

This Page

  • Show Source

© Copyright 2025, Paradigma Digital.

Built with the PyData Sphinx Theme 0.16.1.