package
2.0.1+incompatible
Repository: https://github.com/kyoh86/go-docbase.git
Documentation: pkg.go.dev

# Functions

NewClient returns a new Docbase API client.
PostQueryDate specifies the date with property name to search posts.
PostQueryDateFrom specifies the start date with property name to search posts.
PostQueryDateRange specifies the date range with property name to search posts.
PostQueryDateTo specifies the end date with property name to search posts.
PostQueryHasStar :.
PostQueryIsDraft :.
PostQueryIsShared :.
PostQueryIsUnread :.
PostQueryMissing specifies a property to search posts which is not filled.
PostQueryOr :.
PostQueryProperty specifies a property to search the keyword from posts.
PostQuerySort specifies sort order to get posts.
Version will get a version of the package go-docbase.

# Constants

Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to search the keyword from posts.
Concrete properties to sort posts.
Concrete properties to sort posts.
Concrete properties to sort posts.
Concrete properties to sort posts.
Concrete properties to sort posts.
Concrete properties to sort posts.
ScopeEveryone specifies that a post is published for everybody in the team.
ScopeGroup specifies that a post is published for members in specified groups.
ScopePrivate specifies that a post is just for me.

# Structs

A Client manages communication with the Docbase API.
Comment represents a Docbase Comment.
CommentListOptions specifies the optional parameters to the CommentService.List methods.
CreatePostOptions represents a Docbase Post.
An Error reports more details on an individual error in an ErrorResponse.
An ErrorResponse reports one or more errors caused by an API request.
Group represents a Docbase Group.
GroupListOptions specifies the optional parameters to the GroupService.List methods.
ListOptions specifies the optional parameters to various List methods that support pagination.
Meta provides the page values for paginating through a set of results.
Post
Post represents a Docbase Post.
PostEditRequest represents a request body for `Edit` function.
PostListOptions specifies the optional parameters to the PostService.List method.
Rate represents the rate limit for the current client.
RateLimitError occurs when Docbase returns 429 Too many requests response with a rate limit remaining value of 0.
Response is a Docbase API response.
Tag represents a Docbase Tag.
TagListOptions specifies the optional parameters to the TagService.List methods.
Team represents a Docbase Team.
TeamListOptions specifies the optional parameters to the TeamService.List methods.
Timestamp represents a time that can be unmarshalled from a JSON string formatted as either an RFC3339 or Unix timestamp.
TokenTransport is an http.RoundTripper that authenticates all requests with the provided access token.
UploadOptions specifies the parameters to methods that support uploads.
User represents a Docbase User.

# Type aliases

AttachmentService provides access to the installation related functions in the Docbase API.
CommentID identifies a Comment.
CommentService handles communication with the Comment related methods of the Docbase API.
Domain specifies a team domain for some API parameters.
GroupID identifies a Group.
GroupService provides access to the installation related functions in the Docbase API.
PostID specifies a post id for some API parameters.
PostQueryDateName specifies a property to search the keyword from posts.
PostQueryMissingName specifies a property to search the keyword from posts.
PostQueryPropertyName specifies a property to search the keyword from posts.
PostQuerySortName specifies a property to sort posts.
PostService handles communication with the Post related methods of the Docbase API.
Scope specifies a scope of the post.
TagService provides access to the installation related functions in the Docbase API.
TeamService provides access to the installation related functions in the Docbase API.
UserID identifies a User.