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
    • Recommendations
    • Settings
    • Parameters
    • Parameter dump mode
    • Retry processor
    • Dynamic payload
  • 🛠 Usecases
  • Migration Guide
  • About

Previous topic

Exceptions

Next topic

Recommendations

  • 🕵 Advance

🕵 Advance#

Here you are more information about Lima-API

  • Recommendations
    • Create a iterator for pageable response
    • auto_start and auto_stop
  • Settings
    • LimaSettings
      • LimaSettings.lima_bracket_regex
      • LimaSettings.lima_default_http_retries
      • LimaSettings.lima_default_http_timeout
      • LimaSettings.model_config
      • LimaSettings.lima_default_response_code
      • LimaSettings.lima_retry_after_max_retries
      • LimaSettings.lima_retry_after_min_sleep_sec
      • LimaSettings.lima_autologin_max_retries
  • Parameters
    • Payload location
    • Path parameters
    • Defined location
    • File parameter
  • Parameter dump mode
    • Example:
  • Retry processor
    • Use it
      • LimaRetryProcessor
        • LimaRetryProcessor.max_retry
        • LimaRetryProcessor.__init__()
        • LimaRetryProcessor.do_retry()
        • LimaRetryProcessor.process()
    • How it works
    • Builds processors
      • RetryAfterProcessor
        • RetryAfterProcessor
          • RetryAfterProcessor.HTTP_DATE
          • RetryAfterProcessor.max_retry
          • RetryAfterProcessor.min_sleep_time
          • RetryAfterProcessor.get_sleep_seconds()
          • RetryAfterProcessor.do_retry()
          • RetryAfterProcessor.process()
      • AutoLoginProcessor
        • AutoLoginProcessor
          • AutoLoginProcessor.max_retry
          • AutoLoginProcessor.do_retry()
          • AutoLoginProcessor.process()
  • Dynamic payload
    • KwargsMode
      • KwargsMode.IGNORE
      • KwargsMode.QUERY
      • KwargsMode.BODY
    • Datatable

previous

Exceptions

next

Recommendations

This Page

  • Show Source

© Copyright 2025, Paradigma Digital.

Built with the PyData Sphinx Theme 0.16.1.