This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Will this give me a list page to see all pastes? |
Beta Was this translation helpful? Give feedback.
Answered by
enchant97
Aug 17, 2022
Replies: 1 comment 1 reply
-
It's currently only accessible through the REST API by making a GET request to: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
enchant97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's currently only accessible through the REST API by making a GET request to:
example.com/api/pastes/
. I will be implementing a public list page in the future, also with the ability to mark a paste as public or "private".