mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #41] REST API and Browser extension integration #25
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @julianxhokaxhiu on GitHub (Mar 4, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/41
Hi,
I was also considering look at your product that you could consider adding a REST API that could be used as an interface for Browser integration. This would come very hands with the feature #40 so you could enable an easy flow to collect bookmarsk and to publish them.
Thank you in advance.
@RadhiFadlillah commented on GitHub (Mar 5, 2018):
Hi @julianxhokaxhiu, thanks for using this app.
For REST API,
shiorialready have it with following endpoints :For browser extension, I'm planning to do it in the future. However, I don't have any experience doing it before, so for now I will focus on fixing bug and make sure
shioriis stable enough to use. Once that done, I will start doing extension for browser.@mipmip commented on GitHub (Mar 5, 2018):
👍
@kozko2001 commented on GitHub (Mar 10, 2018):
Hey @RadhiFadlillah @mipmip
I'm moving all my workflow from wallabag to shiori :) and since I needed some extension to have
the same functionality I just made a simple one.
https://github.com/kozko2001/shiori-extension
It's really basic, just allow you to login and bookmark the current url but for me is enough, if you want to contribute or maybe you think it's better to transfer the ownership just tell me!
@RadhiFadlillah commented on GitHub (Sep 10, 2019):
Hi guys. Right now the web extension is already available. It's still in beta and only tested in Firefox 59+, but it should also works in Chrome.
With that said, I will close this issue for now. Any issue about extension could be opened on its own repo.