API Reference¶
- class pathlib_artifactory.ArtifactoryPath(*pathsegments, base_uri, session=None)¶
Class that represents an artifact path on an Artifactory server.
The path is formed by joining the given pathsegments together with slashes. The root URI of the artifactory server (usually ending “
/artifactory”) should be given as a named base_uri argument.A
requests.Sessionobject may be given as session; this is useful for pre-configuring HTTP headers, e.g. for authentication.