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
/
index.ts
Age
Commit message (
Expand
)
Author
2021-06-29
enable strictNullChecks and fix all related issues (#65)
mat
2021-06-02
actually 404 when something isn't found
mat
2021-06-02
remove returning key usage
mat
2021-06-01
add key usage info to index
mat
2021-06-01
add queue sizes to index debug data
mat
2021-06-01
temporarily disable fetchMemberLeaderboardSpots
mat
2021-05-31
removed fetching all the members in all of the leaderboards
mat
2021-05-30
do more things to maybe prevent random crashes???
mat
2021-05-29
add more try catches
mat
2021-05-28
add more useful stuff to index
mat
2021-05-28
add more stuff to index route
mat
2021-05-27
fix some bugs with it loading forever
mat
2021-05-27
random random debug things and optimize leaderboards
mat
2021-05-27
Profile customization (#46)
mat
2021-05-27
Profile customization (#45)
mat
2021-05-09
Revert "temp debug stuff"
mat
2021-05-09
temp debug stuff
mat
2021-05-02
add `/constants` api to get max minions and fairy souls (#21)
mat
2021-05-01
Show minions that haven't been unlocked in response (#20)
mat
2021-04-30
add "basic" url parameter to /player/<user>
mat
2021-04-27
Add minion_count leaderboard (#15)
mat
2021-04-27
Add unit tests (#12)
mat
2021-04-14
make cf-connecting-ip lowercase
mat
2021-04-08
add Access-Control-Allow-Origin * and change ratelimit to be stricter
mat
2021-04-08
debug=false
mat
2021-04-08
add member leaderboard spots api
mat
2021-04-08
add more debug stuff
mat
2021-03-24
increase ratelimits
mat
2021-03-24
add ratelimits to skyblock-api
mat
2021-03-01
send 401 status code when unauthorized
mat
2021-02-28
fix constant cache
mat
2021-02-28
make /leaderboards include categories
mat
2021-02-28
add /leaderboards
mat
2021-02-28
Add leaderboards
mat
2021-02-20
add debug stuff
mat
2021-02-13
move some code to make more sense
mat
2021-02-13
add banking info
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