diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-14 17:36:08 +0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-14 17:36:08 +0800 |
commit | f6b7f0afbee988f46ee8f23c8c81224c65407679 (patch) | |
tree | 01c2c61f4464d9e905a71134d2cb65342c0bb0c5 /rust/fatcat-api-spec/api.yaml | |
parent | 9ca1bdfdba5de8191ad598ef0cc288eff4d50975 (diff) | |
download | fatcat-f6b7f0afbee988f46ee8f23c8c81224c65407679.tar.gz fatcat-f6b7f0afbee988f46ee8f23c8c81224c65407679.zip |
rust codegen
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index e452e945..a30bb55e 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -205,18 +205,18 @@ definitions: type: string #format: custom example: "10.1234/abcde.789" - isbn13: + wikidata_qid: type: string - #format: custom - core_id: + isbn13: type: string #format: custom pmid: type: string pmcid: type: string - wikidata_qid: + core_id: type: string + #format: custom volume: type: string issue: @@ -631,6 +631,11 @@ paths: - name: wikidata_qid in: query required: false + - name: expand + in: query + type: string + required: false + description: "List of sub-entities to expand in response." - name: hide in: query type: string @@ -895,6 +900,11 @@ paths: - name: wikidata_qid in: query required: false + - name: expand + in: query + type: string + required: false + description: "List of sub-entities to expand in response." - name: hide in: query type: string @@ -1141,6 +1151,11 @@ paths: in: query type: string required: false + - name: expand + in: query + type: string + required: false + description: "List of sub-entities to expand in response." - name: hide in: query type: string @@ -1418,6 +1433,15 @@ paths: in: query type: string required: false + - name: core_id + in: query + type: string + required: false + - name: expand + in: query + type: string + required: false + description: "List of sub-entities to expand in response." - name: hide in: query type: string |