You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trestle has most methods scoped publicly. This creates uncertainty around which methods are acceptable to change w/o breaking backwards compatibility.
Identify all critical public api signatures
OscalBaseModel
load distributed
repository api
CLI signatures
certain drawio and markdown apis and IO
load_distributed
trestle.oscal.*
Document these then:
Refactor exisiting code to 'hide' imports as appropriate from public consumptions.
The text was updated successfully, but these errors were encountered:
Issue description / feature objectives
Currently trestle has most methods scoped publicly. This creates uncertainty around which methods are acceptable to change w/o breaking backwards compatibility.
Identify all critical public api signatures
Document these then:
The text was updated successfully, but these errors were encountered: