aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-08-24 13:01:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-08-24 13:01:24 -0700
commit195305f1c2525f32c7c0ddbedf66353c058f2bd4 (patch)
tree7faaaf63c262bbb9a57bf0409b60f28e1cb7a175 /README.md
parent223afdced05ebebdda2b8d40992662f3340258a2 (diff)
downloadfatcat-195305f1c2525f32c7c0ddbedf66353c058f2bd4.tar.gz
fatcat-195305f1c2525f32c7c0ddbedf66353c058f2bd4.zip
README tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 93fe62b7..14b6a882 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ released, while the API server and web interface are strong copyleft (AGPLv3).
## Status
- HTTP API
- - [ ] base32 encoding of UUID identifiers
+ - [x] base32 encoding of UUID identifiers
- [x] inverse many-to-many helpers (files-by-release, release-by-creator)
- SQL Schema
- [x] Basic entities
@@ -53,7 +53,9 @@ released, while the API server and web interface are strong copyleft (AGPLv3).
## Identifiers
-Fatcat entity identifiers are in "boring"
+Fatcat entity identifiers are 128-bit UUIDs encoded in base32 format. Revision
+ids are also UUIDs, and encoded in normal UUID fashion, to disambiguate from
+edity identifiers.
Python helpers for conversion: