-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create an API #318
Comments
Jenselme
added a commit
that referenced
this issue
Nov 24, 2024
Jenselme
added a commit
that referenced
this issue
Nov 24, 2024
Jenselme
added a commit
that referenced
this issue
Nov 24, 2024
Jenselme
added a commit
that referenced
this issue
Nov 24, 2024
We also correct some behaviors. See #318
Jenselme
added a commit
that referenced
this issue
Nov 24, 2024
Jenselme
added a commit
that referenced
this issue
Nov 24, 2024
Merged
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
We also correct some behaviors. See #318
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
Jenselme
added a commit
that referenced
this issue
Nov 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It’s kind of required for #156 We could rely on the existing code used by the app, but we will have CSRF issues by default and the user must be logged in the app (no idea how the login form could behave with an extension (and with MFA) and we don’t want to store passwords in the configuration of the extension). So this requires an ADR and some experimentation to see how hard it is to build the api.
In the long run, it’s a valuable addition to help users automate things. We won’t try to make an API follow an existing one (like the one from TTRSS) for now.
We need to be able to:
We target what we need for the browser extension for now. We will improve the API later in #320
The text was updated successfully, but these errors were encountered: