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
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,7 @@ It serves to provide a minimum level of functionality to allow simple,
7
7
repeatable demonstrations and end-to-end tests to be realized with as
8
8
little supporting infrastructure as possible.
9
9
10
-
It is not intended to be any kind of comprehensive example of the
11
-
breadth of functionality exposed though the OpenAssetIO API.
12
-
See the SampleAssetManager for a more concrete example of canonical
13
-
manager behavior.
10
+
It is not intended to be any kind of comprehensive example of the breadth of functionality exposed through the OpenAssetIO API. For a more detailed reference implementation, see [OpenAssetIO-MediaCreation](https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation) or consult the [official documentation](https://openassetio.github.io/).
14
11
15
12
> Note: This code is a sketch to facilitate testing and sample
16
13
> workflows. It should never be considered in any way a "good example
0 commit comments