aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-15 22:18:15 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-15 22:18:15 -0700
commit92a911e394c5fad7e7ebb1139abd50fd87450a81 (patch)
tree105e941c92d829097952c0c6053304500d3ba163 /rust/TODO
parenta2ee4b0004f16026c4a26bf72baba6722ae1b13b (diff)
downloadfatcat-92a911e394c5fad7e7ebb1139abd50fd87450a81.tar.gz
fatcat-92a911e394c5fad7e7ebb1139abd50fd87450a81.zip
add 404 responses
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust/TODO b/rust/TODO
index 23885dc2..99d6a1bd 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -6,9 +6,9 @@ x iron-slog
x integrate API server example into a main.rs
x get and post for creators
x cleanup pooled database: https://github.com/diesel-rs/diesel/pull/1466
-- clean up blasse error handling a bit
-- add 404s to gets
-- wow. fix a bunch of api schema names ("FindASingleContainerByExternalIdentifer")
+x clean up blasse error handling a bit
+x add 404s to gets
+x wow. fix a bunch of api schema names ("FindASingleContainerByExternalIdentifer")
- creators, releases, works, files (?)
- one-to-many relationship (eg, works)
- many-to-many relationship (eg, creators)