-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Done] API response types + Typescript #55
Open
jameslinimk
wants to merge
51
commits into
Henrik-3:main
Choose a base branch
from
jameslinimk:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
4739b9e
Starting TS rewrite + API types
jameslinimk 9afc387
Added more methods
jameslinimk a2ab195
Add pnpm-lock to gitignore
jameslinimk 33c55d3
Delete pnpm-lock.yaml
jameslinimk f7f7db4
Finished all methods + improvements
jameslinimk 1bbb6ec
Finished all methods
jameslinimk 0aabd3f
Had to recompile /dist due to left over files
jameslinimk 43bc7bb
Updated types
jameslinimk 372bfa0
Delete package/dist directory
jameslinimk c148ced
Docs + minor changes
jameslinimk 2dbdb4a
Added docs to npmignore and added languages to the code blocks
jameslinimk 82c3715
Updated most things. Gotta work on tests and workflow
jameslinimk 8c726f5
FIxed leaderboard + still working on tests
jameslinimk 31d6d87
Testing doc build action
jameslinimk 73b99d1
Finished tests!! yay (also testing github action)
jameslinimk 5e19c56
Testing github action
jameslinimk b48d2d7
Force git to add ignored file (testing action)
jameslinimk 8edc40f
Testing action
jameslinimk 9c67992
Testing action
jameslinimk dd04ad1
Testing action
jameslinimk a06c333
Testing action
jameslinimk ee85e80
Testing action
jameslinimk 5082733
Testing action
jameslinimk 13f826b
Testing action
jameslinimk a94f614
Testing action
jameslinimk edf2f9d
Testing action
jameslinimk b39cd68
Testing action
jameslinimk 22064a6
Testing action
jameslinimk 08caa2d
Testing action
jameslinimk c5d5647
Testing action
jameslinimk 6e46c58
Testing action
jameslinimk 2149f79
Fixed README & docs
jameslinimk 4e21e5c
Fixed hyperlink bug
jameslinimk 3dc5a5a
Fixed hyperlink bug
jameslinimk 0b39bd9
Changed README doc link
jameslinimk 5e9c3be
Removed compiled JS files from tests folder
jameslinimk 298315e
Changed script so src is compiled before tests
jameslinimk b56882c
Moved ts-to-json as a dev dep, added testing action
jameslinimk e668d51
Testing action
jameslinimk 0ab3e91
Testing action
jameslinimk d5a8de3
Added Jekyll theme
jameslinimk 1ba0fed
Changed docs README link
jameslinimk 317491a
Everything
jameslinimk 1def087
Changed version to match current API ver
jameslinimk fe67431
Added lockfile and contributing section in README
jameslinimk e0f8f42
Fixed hyperlinks
jameslinimk 3123117
Fixed hyperlink
jameslinimk 56cf9f7
add lifetime matches types
Henrik-3 33a67e4
update to v2.7.0 (untested)
Henrik-3 5b98ce1
conference, base, history, search premier typings
Henrik-3 c1fed7e
add premier seasons / leaderboard typings
Henrik-3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.history/ | ||
node_modules/ | ||
*.js | ||
*.js.map | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
examples | ||
test | ||
examples/**/* | ||
test/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring all js files?? When there are js files in this project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment