diff options
author | mat <github@matdoes.dev> | 2022-04-30 00:20:49 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-04-30 00:20:49 -0500 |
commit | 2240140136b9dfc0faeb1d29edf037609f9e8c9c (patch) | |
tree | 93419b5b0db5961ad1bf75840dffac3461a8f0fe /README.md | |
parent | 41bfebfba8eb0c2f830e01f03f8765865e8108b0 (diff) | |
download | skyblock-api-2240140136b9dfc0faeb1d29edf037609f9e8c9c.tar.gz skyblock-api-2240140136b9dfc0faeb1d29edf037609f9e8c9c.tar.bz2 skyblock-api-2240140136b9dfc0faeb1d29edf037609f9e8c9c.zip |
revamp skills api
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ If you (this is really just here for myself so I don't forget) are adding a new - Use camelCase for keys. - Use snake_case for values. - Prefer arrays over dictionaries when the keys aren't static. For example `[ { name: "asdf", value: "dsfasg" } ]` rather than `{ "asdf": "dsfasg" }`. -- Dates are done with milliseconds since epoch +- Dates are milliseconds since epoch. - Fields that contain a snake_case ID should be called `id`. At the moment some of them are called `name`, this will be changed soon. ## Development |