Version 1.9.52
Relevant Changes
- Documentation: Enhanced the
README.mdby adding a CodeFactor badge, providing users with a quick view of the code quality and maintainability status.
Internal
- Updated version number from 1.9.51 to 1.9.52 in
__version__.py.
Diagrams
Updated Documentation Structure
graph TD;
A[Documentation] --> B[architecture.rst];
A --> C[quickstart.rst];
A --> D[endpoints];
A --> E[responses];
A --> F[utils];
A --> G[examples];
Module Import Path
graph TD;
A[Client] --> B[sp_api.api.external_fulfillment.external_fulfillment];