scharel / harbour-nextcloudnotes

Nextcloud notes client for SailfishOS
MIT License
13 stars 10 forks source link

Use APIv1.x #61

Closed stefan-niedermann closed 10 months ago

stefan-niedermann commented 3 years ago

Hey there :wave:

i noticed, you are still connecting with API v0.2 which is deprecated and will be removed in a future release.

I recommend you to update to API v1.x which is nearly identical - the efforts to switch should be minimal.

scharel commented 3 years ago

Thanks a lot for the comment. I plan to use newer API versions in the upcoming releases. Unfortunately development makes very slow progress as I have very little time to work on the project.

rubdos commented 12 months ago

@scharel, is there a way we can buy you some time to get Nextcloud Notes to API 1.x?

The new API fixes a very specific use case for me: I'm using your app to edit my markdown formatted vimwki on my mobile device. API 0.2 requires that filenames map to the title used in the file, which means that editing a file with your app renames files, which makes them unfindable in my actual vimwiki quite often.

I'm sorry if this comes over as pushy! I think you made a really cool app :-)

rubdos commented 12 months ago

@stefan-niedermann is there a summary of API changes, somewhere? If there is one, I could check which changes we might still bump into.

stefan-niedermann commented 12 months ago

Check out https://github.com/nextcloud/notes/blob/main/docs/api/README.md

There's no "diff" but the changes are quite few. Most remarkable is a separate title attribute.