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
/
cleaners
Age
Commit message (
Expand
)
Author
2021-05-02
remove a console.log
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-28
remove some debug stuff
mat
2021-04-27
Add minion_count leaderboard (#15)
mat
2021-04-17
add head_texture to items
mat
2021-04-14
Total leaderboards leaderboard working (#6)
mat
2021-04-13
change max slayer level to 5
mat
2021-04-13
Slayer leaderboard (#4)
mat
2021-04-08
change how stats are sent to allow for extra info
mat
2021-03-01
Fix error on some profiles with inventory API
mat
2021-03-01
add skill leaderboards
mat
2021-03-01
add mythos stat category
mat
2021-02-28
make misc leaderboards always show up last
mat
2021-02-28
make /leaderboards include categories
mat
2021-02-28
fix some players having "normal" rank
mat
2021-02-28
slight optimization
mat
2021-02-28
fix rank
mat
2021-02-28
Add leaderboards
mat
2021-02-20
change other timestamps to be consistent
mat
2021-02-20
add "first_join" to `player`
mat
2021-02-16
change profileCache to use clones
mat
2021-02-15
remove debug logs
mat
2021-02-14
fix mvp++
mat
2021-02-14
add rank to basic member
mat
2021-02-14
fix special cases
mat
2021-02-14
add total slayer xp
mat
2021-02-14
Closes #2
mat
2021-02-14
add collection categories
mat
2021-02-14
add collections
mat
2021-02-14
add visited zones
mat
2021-02-13
make sure the vanillaId is a string
mat
2021-02-13
clean inventory items
mat
2021-02-13
fix caching issue
mat
2021-02-13
add objectives and skills
mat
2021-02-13
fix some stats cutting off at the wrong place
mat
2021-02-13
optimize inventories
mat
2021-02-13
add inventories
mat
2021-02-13
move some code to make more sense
mat
2021-02-13
add fairy souls
mat
2021-02-13
add minion_count
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
create member, profile, and profiles cleaners
mat
2021-02-13
move stuff into src folder
mat