Skip to content

mehanizm/goconfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go Confluence

Minimalistic confluence api wrapper for confluence

Quick start:

w, err := NewWiki(confluenceURL, BasicAuth(confluenceLogin, confluencePass))
if err != nil {
	panic(err)
}
content, err := w.GetContentByID(pageID, []string{"body.storage"})
if err != nil {
    panic(err)
}
fmt.Println(content.Body.Storage.Value)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages