artifact-keeper-client 1.1.0

Rust client for the Artifact Keeper REST API
Documentation
# WebhookEvent

## Enum Variants

| Name | Value |
|---- | -----|
| ArtifactUploaded | artifact_uploaded |
| ArtifactDeleted | artifact_deleted |
| RepositoryCreated | repository_created |
| RepositoryDeleted | repository_deleted |
| UserCreated | user_created |
| UserDeleted | user_deleted |
| BuildStarted | build_started |
| BuildCompleted | build_completed |
| BuildFailed | build_failed |


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)