Crate centraldogma[][src]

Modules

Data models of CentralDogma

Structs

Root client for top level APIs.
Implements crate::ProjectService

A temporary client within context of a project.
Created by Client::project()
Implements crate::RepoService

A temporary client within context of a Repository.
Created by Client::repo()
Implements crate::ContentService and crate::WatchService

Enums

An error happen with the client. Errors that can occur include I/O and parsing errors, as well as error response from centraldogma server

Traits

Content-related APIs

Project-related APIs

Repository-related APIs

Watch-related APIs