Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

The npm package is not up to date with `getGameLeaderboards`

Open Beginner friendly
#142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
nodejs, typescript
Domain
release

Research direction

Start with src/leaderboard/index.ts and compare its exported getGameLeaderboards entry point with the published @retroachievements/api package. Trace the package publishing process, then verify that consumers can import getGameLeaderboards from the released npm package.

Written by the indexing model from the issue text.

Description

When trying to import getGameLeaderboards, it's missing from the currently published npm package.

It is being imported on GitHub:
src/leaderboard/index.ts

but it appears to be missing from the published npm package:
@retroachievements/api


Seems like it was just relatively new feature that hasn't been packaged and released yet.

Dominant language
TypeScript
Stars
77
Forks
18
PR merge metrics
No merged PRs in 30d

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from RetroAchievements/api-js

All issues in RetroAchievements/api-js

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.