Open sam-goodwin opened 3 years ago
Is this issue/feature-request still relevant? We are working on prioritization of relevant issues and cleanup of rest. If we don’t hear back in 2 weeks, we will assume that the issue is not relevant and we will close it.
SMAPI SDK types don't include much documentation. This introduces friction for developers by requiring they leave the context of the IDE to understand how to use the code. We should make sure to include comprehensive documentation on the types so that developers can jump around the types to learn and understand how it works.
For example, request payloads don't explain the request type or its fields:
Functions only describe arguments, not the API:
Can we re-use the public documentation or do we need more specific documentation for the code?