diff options
Diffstat (limited to 'rust/fatcat-api-spec/examples/client.rs')
-rw-r--r-- | rust/fatcat-api-spec/examples/client.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rust/fatcat-api-spec/examples/client.rs b/rust/fatcat-api-spec/examples/client.rs index 0cb4a920..371d6ae2 100644 --- a/rust/fatcat-api-spec/examples/client.rs +++ b/rust/fatcat-api-spec/examples/client.rs @@ -593,11 +593,11 @@ fn main() { Some("isbn13_example".to_string()), Some("pmid_example".to_string()), Some("pmcid_example".to_string()), - 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("core_example".to_string()), + Some("arxiv_example".to_string()), + Some("jstor_example".to_string()), + Some("ark_example".to_string()), + Some("mag_example".to_string()), Some("expand_example".to_string()), Some("hide_example".to_string()), ) |