-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Feature Request: REST API #43
Comments
REST API is definitely planned, and you can even get an API key from the settings. It's just blocked on one of our dependencies getting updated for TRPC v11 :) If it takes too long, I'll just fork it and add the necessary modifications myself.
|
Amazing, thank you!
…On Fri, Mar 29, 2024 at 21:33 Mohamed Bassem ***@***.***> wrote:
REST API is definitely planned, and you can even get an API key from the
settings. It's just blocked on one of our dependencies getting updated for
TRPC v11 :) If it takes too long, I'll just fork it and add the necessary
modifications myself.
Side note: You can actually right now interact with the TRPC based API
today (by inspecting the requests that chrome does). It's actually not that
hard. But I don't guarantee any backward compatibility there. So I'd
recommend waiting for the REST API instead.
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUEYZY6MQ4KQUEFKYV7TOTY2VNR7AVCNFSM6AAAAABFON2CDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRXGI2TCNZUHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
A simple REST API with API key authentication would be saving items so much easier 😍 |
Bump for being very enthusiastic to have a REST API |
Claude can synthesize an API client from the trpc definitions in like 20s,
so I just went that route
…On Tue, Aug 27, 2024 at 14:14 zezretro ***@***.***> wrote:
Bump for being very enthusiastic to have a REST API
—
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUEYZ3O3BJEZFWWAG2XMXTZTQKKZAVCNFSM6AAAAABFON2CDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJRGY2TMMJZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just done implementing the API. It'll be available in the next release. The docs are here: https://docs.hoarder.app/api |
This is really great software, I love the clear motivation and where it fits into the ecosystem.
I'd be lovely to get an API for some common actions, primarily retrieving content, searching, and addition from outside the API.
Use case:
The text was updated successfully, but these errors were encountered: