Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions specs/major-breaking-changes-rename.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"client.getTopUserIDs": "client.getTopUserIds",
"client.getUserID": "client.getUserId",
"client.listApiKeys": "client.listApiKeys",
"client.listIndexes": "client.listIndices",
"client.listIndices": "client.listIndices",
"client.listUserIDs": "client.listUserIds",
"client.moveIndex": "client.operationIndex",
Expand All @@ -56,6 +57,7 @@
"index.deleteObjects": "client.deleteObjects",
"index.deleteRule": "client.deleteRule",
"index.deleteSynonym": "client.deleteSynonym",
"index.exists": "client.indexExists",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @kai687 can we just not generate the link for it? it's still great to let users that can use an LSP/IDE benefit from the inline documentation

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @kai687

"index.findObject": "client.searchSingleIndex",
"index.getObject": "client.getObject",
"index.getObjects": "client.getObjects",
Expand Down