spec-first/connexion

Missing API documentation

開放

#1,885 建立於 2024年2月16日

 (2 則留言) (0 個反應) (0 位負責人)Python (738 個分叉)batch import
PR welcomedocumentationgood first issue

倉庫指標

星標
 (4,346 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

I was trying to understand how I can customize request body validation but as far as I can tell the docs, while generally very good about describing how to use Connexion, do not appear to contain actual API documentation. In particular the section on custom validators shows how to configure what validator to use but not how to create a custom validator.

Expected behavior

Classes and methods should have browsable API documentation without the need to navigate through Connexion's code itself.

Actual behavior

No API documentation appears to exist.

Steps to reproduce

  1. Visit the documentation on readthedocs
  2. Look for API documentation
  3. Fail to find it

Additional info:

N/A

貢獻者指南