Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Shiori integration API update #2925

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Conversation

tiesselune
Copy link
Contributor

@tiesselune tiesselune commented Nov 2, 2024

Guidelines

Pull request motivation

Shiori is udating its API to make it RESTful and is adopting the new endpoints gradually. The Login/Auth flow has changed, and the old API is not available in latest stable Shiori (at the time, 1.7.1), making the integration fail to login with a 404 error.

This pull request fixes #2074 with Shiori 1.7.1

This Pull Request updates the auth flow in the Shiori integration with new API endpoints and new fields in the API.

This version works against latest stable Shiori API.

Please note : Unfortunately, the /api/bookmarks POST API has not been migrated yet, and another pull request will be necessary if/when the old API is removed. Until then, this pull request fixes the current Shiori integration.

@tiesselune tiesselune changed the title Latest Shiori integration API update WIP : Latest Shiori integration API update Nov 2, 2024
@tiesselune tiesselune changed the title WIP : Latest Shiori integration API update Latest Shiori integration API update Nov 2, 2024
@fguillot fguillot merged commit 7759ea1 into miniflux:main Nov 3, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to the new Shiori API once released
2 participants