[PR #297] [CLOSED] Add GET endpoint to extension API #563

Closed
opened 2026-02-25 23:34:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/297
Author: @hursey013
Created: 2/3/2021
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 8c0831e Add GET endpoint to extension API
  • 9ae0724 Extend session timeout to 30 days

📊 Changes

4 files changed (+292 additions, -207 deletions)

View changed files

📝 internal/view/login.html (+199 -145)
📝 internal/webserver/assets-prod.go (+62 -62)
📝 internal/webserver/handler-api-ext.go (+30 -0)
📝 internal/webserver/server.go (+1 -0)

📄 Description

Allows checking if a bookmark already exists from the extension by using:

https://shiori.domain/api/bookmarks/ext?value={{encoded URL}}

This paves the way to allow the extension to see if a bookmark exists without relying on a local browser bookmark folder.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/297 **Author:** [@hursey013](https://github.com/hursey013) **Created:** 2/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8c0831e`](https://github.com/go-shiori/shiori/commit/8c0831e8b32b2dd2eb2d3b8b8b591e9dfe124921) Add GET endpoint to extension API - [`9ae0724`](https://github.com/go-shiori/shiori/commit/9ae072438eae6e236e326272ba3fb8542f520e20) Extend session timeout to 30 days ### 📊 Changes **4 files changed** (+292 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `internal/view/login.html` (+199 -145) 📝 `internal/webserver/assets-prod.go` (+62 -62) 📝 `internal/webserver/handler-api-ext.go` (+30 -0) 📝 `internal/webserver/server.go` (+1 -0) </details> ### 📄 Description Allows checking if a bookmark already exists from the extension by using: `https://shiori.domain/api/bookmarks/ext?value={{encoded URL}}` This paves the way to allow the extension to see if a bookmark exists without relying on a local browser bookmark folder. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#563
No description provided.