getArtifactTypes method

Future<Catalog> getArtifactTypes()

GET /catalog/artifact-types

Convenience method for calling getCatalog with CatalogType.artifactTypes.

Implementation

Future<Catalog> getArtifactTypes() => getCatalog(CatalogType.artifactTypes);