HomeSoftware Heritage

apidoc: Add support for request data documentation

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

apidoc: Add support for request data documentation

Some new api endpoints require to send JSON data in HTTP requests but it was currently
not handled by the apidoc module.

So handle corresponding httpdomain directives in our custom rst nodes visitor.

Also add support for documenting JSON array of non object type as httpdomain does
not offer any directive for that type.

Details

Commit No Longer Exists

This commit no longer exists in the repository.