Update schema to better reflect the current API #138
No reviewers
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: plume/documentation#138
Loading…
Reference in a new issue
No description provided.
Delete branch "PatOConnor43/documentation:update-post-schema"
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?
Hi 👋
I was checking out Plume last night and ran into some issues trying to create a Post using the API. The defined struct in the application looks like it requires
title
,source
, andauthor
. This spec didn't seem to match this.https://git.joinplu.me/Plume/Plume/src/branch/main/plume-api/src/posts.rs#L3-L14
Thanks for the great documentation. It was super helpful getting the application running locally so I could debug the issue 🏆
Thank you!