index
:
github/skyblock-api.git
feat/backpacks
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mojang.ts
Age
Commit message (
Expand
)
Author
2022-05-30
Replace node-fetch with undici and bump deps
mat
2022-02-10
fix leaderboards not loading sometimes, hopefully
mat
2021-09-06
Bump node-fetch from 2.6.1 to 3.0.0 (#116)
dependabot[bot]
2021-06-29
enable strictNullChecks and fix all related issues (#65)
mat
2021-06-24
remove console logs
mat
2021-06-24
why is it broken?????
mat
2021-06-24
log the mojang error
mat
2021-06-16
why did it break
mat
2021-06-03
maybe fix error
mat
2021-06-03
return null if fetchMemberProfile user uuid is null
mat
2021-06-02
actually 404 when something isn't found
mat
2021-06-02
remove a console.log
mat
2021-06-02
oh turns out people are just putting invalid usernames
mat
2021-06-02
log ashcon thing
mat
2021-06-02
more debugging:tm:
mat
2021-06-02
debugging:tm:
mat
2021-06-02
undash ashcon uuids for consistency
mat
2021-06-02
stop erroring on invalid mojang responses
mat
2021-06-02
add api.ashcon.app as alternative to mojang api
mat
2021-04-13
Slayer leaderboard (#4)
mat
2021-03-24
completely replace ashcon with mojang
mat
2021-03-24
fix error on nonexistent users
mat
2021-03-24
remove console.logs
mat
2021-03-24
improve mojang api to be much much faster
mat
2021-03-15
change it to use the v1 ashcon api rather than v2
mat
2021-02-15
remove debug logs
mat
2021-02-13
add optional check to verify all clients are owned by the creator
mat
2021-02-13
move stuff into src folder
mat