Update schema to better reflect the current API #138

Merged
KitaitiMakoto merged 1 commits from PatOConnor43/documentation:update-post-schema into main 1 year ago

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, and author. 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 🏆

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`, and `author`. 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 🏆
PatOConnor43 added 1 commit 1 year ago
KitaitiMakoto merged commit 5234a39e86 into main 1 year ago
Owner

Thank you!

Thank you!
KitaitiMakoto deleted branch update-post-schema 1 year ago
The pull request has been merged as 5234a39e86.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b PatOConnor43-update-post-schema main
git pull update-post-schema

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff PatOConnor43-update-post-schema
git push origin main
Sign in to join this conversation.
Loading…
There is no content yet.