
WikiDocs
You can search for books on Wikidocs and create books.
- Name For Model
- wikidocs
- Website
- wikidocs.net
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 3 years ago
- Contact
- [email protected]
- Description For Model
- You can search for books on Wikidocs and create books.
Plugin Functions/Features (Plugin API Document)
| Operation Id | HTTP Method | Description | |
|---|---|---|---|
| 1 | bookList | GET | API to get a list of books with the starting page, size, and keyword as input. |
| 2 | bookListMe | GET | API to retrieve a list of your books with a starting page, size, and keywords. (This service requires authentication.) |
| 3 | bookCreate | POST | API to create a book with subject and summary as input. (ChatGPT plugin only) |
| 4 | bookToc | GET | API to get the table of contents of a book by book ID number. |
| 5 | pageDetail | GET | API to get the details of a page by its page ID number. |
| 6 | pageCreate | POST | API to create a page with subject and summary as input. (ChatGPT plugin only) |
| 7 | pageEdit | PUT | API to modify a page with subject and summary as input. (ChatGPT plugin only) |
| 8 | pageDelete | DELETE | API to delete a page (ChatGPT plugin only) |
| 9 | login | POST | This API gets an access token by logging in with Wikidocs id/password. |
| 10 | commentList | GET | API to get a list of comments on a specific page |
| 11 | commentCreate | POST | Commenting API, login required |
| 12 | commentModify | PUT | API for modifying comments, login required |
| 13 | commentDelete | DELETE | API to delete comments, login required |
| 14 | commentReport | POST | API for reporting comments, login required |