The KakaoMemo Plugin is a simple memo management plugin. It allows you to add, search, and delete memos.
- Add, search, and delete memo functionality
- Use the API without user authentication.
Follow these steps to run this project locally.
Clone this project.
git clone https://github.com/revfactory/chatgpt-plugin-test.git
Use the following endpoints to access memo management functionalities:
- Search all memos: GET /memos
- Search a specific memo: GET /memos/{name}
- Add a memo: POST /memos
- Delete a memo: DELETE /memos/{name}
Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.
Apache 2.0
For any enquiries, please contact [email protected].