diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-09 00:05:29 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-09 00:05:29 -0700 |
commit | bf63870c88b5a62a2aad08929465b37d8be474dc (patch) | |
tree | ff1b2d78e9cce854563f89ab5828e63fa5f4fb94 /rust/fatcat-api-spec/examples/client.rs | |
parent | 8888e6ea1af818a0a5dfb7414fa767ae176d092f (diff) | |
download | fatcat-bf63870c88b5a62a2aad08929465b37d8be474dc.tar.gz fatcat-bf63870c88b5a62a2aad08929465b37d8be474dc.zip |
rust codegen
Diffstat (limited to 'rust/fatcat-api-spec/examples/client.rs')
-rw-r--r-- | rust/fatcat-api-spec/examples/client.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/fatcat-api-spec/examples/client.rs b/rust/fatcat-api-spec/examples/client.rs index 40a5a3ab..0cb4a920 100644 --- a/rust/fatcat-api-spec/examples/client.rs +++ b/rust/fatcat-api-spec/examples/client.rs @@ -596,6 +596,8 @@ fn main() { Some("core_id_example".to_string()), Some("arxiv_id_example".to_string()), Some("jstor_id_example".to_string()), + Some("ark_id_example".to_string()), + Some("mag_id_example".to_string()), Some("expand_example".to_string()), Some("hide_example".to_string()), ) |