Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add Java to the leaderboards API reference #1470

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all 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
313 changes: 0 additions & 313 deletions docs/leaderboards/api-reference/auth.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -90,7 +90,10 @@ const SDKS: Array<SdkInfo> = [
'momento-sdk/src/main/java/momento/sdk/config/Configuration.java',
topicClientFile: 'momento-sdk/src/main/java/momento/sdk/TopicClient.java',
authClientFile: 'momento-sdk/src/main/java/momento/sdk/AuthClient.java',
leaderboardClientFile: undefined,
leaderboardClientFile: [
'momento-sdk/src/main/java/momento/sdk/ILeaderboard.java',
'momento-sdk/src/main/java/momento/sdk/LeaderboardClient.java',
],
storageClientFile:
'momento-sdk/src/main/java/momento/sdk/PreviewStorageClient.java',
},
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ export class JavaSnippetSourceParser extends RegexSnippetSourceParser {
'examples/cache-with-aws/src/main/java/momento/client/example/doc_examples/DocExamplesJavaAPIs.java',
'examples/token/src/main/java/momento/client/example/docs_examples/DocExamplesJavaAPIs.java',
'examples/storage/src/main/java/momento/client/example/doc_examples/DocExamplesJavaAPIs.java',
'examples/leaderboard/src/main/java/momento/client/example/doc_examples/DocExamplesJavaAPIs.java',
];
super({
wholeFileExamplesDir: path.join(repoSourceDir, wholeFileExamplesDir),
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4649,6 +4649,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"