File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and
222222feeding of repositories; and integrators, who do the work of putting TUF
223223into existing projects.
224224
225+ A low-level integration requires importing a single module and calling
226+ particular methods to perform updates. A high-level integration, on the
227+ other hand, can handle TUF-related updates transparently. The client
228+ populates a configuration file and the library interposes on urllib calls.
229+ Generating metadata files stored on upstream servers can be handled by the
230+ repository tool, covered in ``Creating a Repository ``.
231+
232+
225233- `Creating a Repository <https://github.com/theupdateframework/tuf/tree/develop/tuf/README.md >`_
226234
227235- `Low-level Integration <https://github.com/theupdateframework/tuf/tree/develop/tuf/client/README.md >`_
You can’t perform that action at this time.
0 commit comments