confluence-go-api
confluence-go-api copied to clipboard
Rest api implementation in golang of atlassian's confluence wiki
In order to use a personal access token the library has to add the Authorization: Bearer header instead of the basic auth. I have a pull request that implements this.
**Is your feature request related to a problem? Please describe.** When i read certain pages on our confluence i get back the ri:user that has a userkey identifier. In order...
The api.User() panics with the invalid memory address error. It looks like the cause of the error stems from the getUserEndpoint() as it returns the path as "/rest/api/user/" where as...
**Is your feature request related to a problem? Please describe.** Confluence API supports [Basic and OAuth](https://developer.atlassian.com/cloud/confluence/rest/intro/#auth). For now only basic auth is implemented. **Describe the solution you'd like** Implement OAuth...
**Describe the bug** PR #15 breaks confluence cloud users being able to upload without knowing or caring if there is existing content. **Release version** 1.2.2 **Additional context** PUT is acceptable...
##### Checklist - [ ] `mage test` passes - [ ] unit tests are included and tested - [ ] documentation is added or changed I hope I'm not making...
##### Checklist - [x] `mage test` passes - [x] unit tests are included and tested - [ ] documentation is added or changed (Please advise if documentation is preferred?)
**Describe the bug** Issued code: https://github.com/Virtomize/confluence-go-api/blob/master/content.go#L39 Metadata properties are responding with 500 Internal Errors. With the implementation of Metadata, Confluence is continuously returning 500 errors. **To Reproduce** Let's try to...
Attlassian removed the Self-Hosted version of Jira/Confluence of their product portfolio. The current codebase was build to support both versions, but since the API's diverge more and more a V2...