-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: API endpoint to fetch latest journal
- Loading branch information
Showing
3 changed files
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
pubdate: 2024-11-18T05:30:00Z | ||
category: general | ||
--- | ||
|
||
# New API endpoint! | ||
|
||
Hey everyone! We're releasing a new API endpoint.. oh yeah, I have an API endpoint.. | ||
|
||
## API Endpoint for downloading journals | ||
|
||
I kinda forgot to say anything about it earlier, | ||
but we have an API endpoint for downloading journals. | ||
You can find it at https://journal-limpet.com/api/integration/ | ||
|
||
The endpoints we have are: | ||
|
||
- `/api/integration/info` - Gets your profile information with the info we have about your user. | ||
- `/api/integration/all-journals/download` - Downloads all journals you have on your Journal Limpet account. | ||
- `/api/integration/latest-journal/download` - Downloads the latest journal you have on your Journal Limpet account. |