Skip to content

api: Improve typing of arguments for RPCClient class

Nicolas Dandrimont requested to merge olasd/swh-core:mr/rpcclient-typing into master

Includes support for converting two-value timeout arguments into tuples, as generating this argument with yaml will provide a list, which requests doesn't support.

Merge request reports