Nercury / confluence-rs

Access and modify Atlassian Confluence pages from Rust
Apache License 2.0
23 stars 10 forks source link

Atlassian has a new REST API #6

Open Nercury opened 5 years ago

clonejo commented 5 years ago

How important is keeping the same API? There is some information which confluence-rs currently provides but the REST API does not immediately give you. It might be available by in the _expandable fields, eg. with ?expand=<fieldname>. That way it might be possible to keep the API, albeit putting a higher load on the Confluence server.

Nercury commented 5 years ago

Not important at all, I don't think there are many users of this lib, and I stopped using it myself a while ago.