Frends.Confluence.Request / 1.1.0
Summary
Reaches the Confluence Cloud REST API and hands back the raw response. Being a pass-through, it covers the whole documented API rather than one operation, so pages, spaces, comments and attachments are all in scope.
Typical use — reading or writing Confluence content from a Process, where the API surface is broad enough that a Task per operation would never keep up
1.1.02026-08-20
Changed
- Added a required
Optionsparameter to theRequestmethod for controlling error handling behavior. - Upgraded target framework from .NET 6 to .NET 8.
- The
Resultobject now includesSuccessandErrorproperties for improved error handling.
1.0.02024-05-21
Added
- Initial implementation of Frends.Confluence.Request.