diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-24 13:01:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-24 13:01:24 -0700 |
commit | 195305f1c2525f32c7c0ddbedf66353c058f2bd4 (patch) | |
tree | 7faaaf63c262bbb9a57bf0409b60f28e1cb7a175 | |
parent | 223afdced05ebebdda2b8d40992662f3340258a2 (diff) | |
download | fatcat-195305f1c2525f32c7c0ddbedf66353c058f2bd4.tar.gz fatcat-195305f1c2525f32c7c0ddbedf66353c058f2bd4.zip |
README tweaks
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |