Update schema to better reflect the current API #138
Merged
KitaitiMakoto
merged 1 commits from PatOConnor43/documentation:update-post-schema
into main
4 weeks ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'PatOConnor43/documentation:update-post-schema'
Deleting a branch is permanent. It CANNOT be undone. 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!
5234a39e86
.