From 2240140136b9dfc0faeb1d29edf037609f9e8c9c Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 30 Apr 2022 00:20:49 -0500 Subject: revamp skills api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59937b2..b46169a 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit