mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-24 22:15:52 +03:00
[PR #1157] feat: api v1 #1018
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#1018
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?
📋 Pull Request Information
Original PR: https://github.com/go-shiori/shiori/pull/1157
Author: @fmartingr
Created: 10/8/2025
Status: 🔄 Open
Base:
master← Head:feat/bookmarks-api-v1📝 Commits (10+)
4b5512eAdd comprehensive test coverage for bookmark handlersf69c5bcfeat: bookmarks api v16abfdfffeat: add generated api client17fe31cfeat: improve tag and bookmark creationb1e1088chore: removed message middlewareb7047bbfeat: update tags api client0d67c53chore: webapp updates9423d64chore: fixes shiori dir in development01cbaa6chore: new targets for the webappf2eff1ffeat: api v1 endpoint to retrieve/update data📊 Changes
218 files changed (+18432 additions, -2476 deletions)
View changed files
➖
.cursorrules(+0 -7)📝
.gitignore(+3 -0)📝
Makefile(+63 -14)➕
assets/shiori-logo-dark.webp(+0 -0)➕
assets/shiori-logo-light.webp(+0 -0)📝
bun.lockb(+0 -0)➕
clients/ts/.gitignore(+4 -0)➕
clients/ts/.npmignore(+1 -0)📝
clients/ts/.openapi-generator-ignore(+0 -0)➕
clients/ts/.openapi-generator/FILES(+38 -0)➕
clients/ts/.openapi-generator/VERSION(+1 -0)➕
clients/ts/README.md(+46 -0)➕
clients/ts/package.json(+21 -0)📝
clients/ts/src/apis/AccountsApi.ts(+19 -5)➕
clients/ts/src/apis/AuthApi.ts(+197 -0)📝
clients/ts/src/apis/BookmarksApi.ts(+295 -83)📝
clients/ts/src/apis/SystemApi.ts(+35 -2)📝
clients/ts/src/apis/TagsApi.ts(+53 -15)📝
clients/ts/src/apis/index.ts(+1 -0)📝
clients/ts/src/index.ts(+0 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.