'Project Inquisition' is an effort to improve the proton API docs. Its initial focus is on the Messenger, Message, and Data APIs.

Each important API member (method, property, class) should answer these important questions:

And surely there are more questions. Please amend this list as you find them.

The work here is to walk through the API members of two language implementations of the messenger API, and for each corresponding member to check if both are answering these questions. When you discover gaps, expand the API doc using the native comment format for the language. I recommend using python's documentation as the master, so each new pair for evaluation would be python and any other language. Each time something is found in a non-python language, it must be reflected into the python api.

In some cases, you will likely run into API differences. Sometimes those will be well motivated ones, due to language differences. In other cases, however, it's just down to uncontrolled variation. Keep notes! Keep notes on this page even. We want to review each one and decide whether it's a problem.

An example

Messenger Send