diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-11-19 13:15:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-11-19 14:55:15 -0800 |
commit | 7fa96bab1bb4d1a99048cf9398fd3e1c8a4bf78a (patch) | |
tree | af898a5374fcecb03d9c4783c3cd025c1237a37c /rust/src/endpoints.rs | |
parent | 40b5d40bed9e20e5c7a40d1741601a8317e078d8 (diff) | |
download | fatcat-7fa96bab1bb4d1a99048cf9398fd3e1c8a4bf78a.tar.gz fatcat-7fa96bab1bb4d1a99048cf9398fd3e1c8a4bf78a.zip |
update fatcatd rust code for 'oai' external identifier
Diffstat (limited to 'rust/src/endpoints.rs')
-rw-r--r-- | rust/src/endpoints.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/endpoints.rs b/rust/src/endpoints.rs index 7ac0a068..0dd232c6 100644 --- a/rust/src/endpoints.rs +++ b/rust/src/endpoints.rs @@ -739,6 +739,7 @@ impl Api for Server { mag: Option<String>, doaj: Option<String>, dblp: Option<String>, + oai: Option<String>, expand: Option<String>, hide: Option<String>, _context: &Context, @@ -768,6 +769,7 @@ impl Api for Server { &mag, &doaj, &dblp, + &oai, expand_flags, hide_flags, ) |