Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.76 KB

AuthorApi.md

File metadata and controls

65 lines (38 loc) · 1.76 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
GetAuthorId Get /author/id/{author_id}
GetAuthorOrcid Get /author/orcid/{orcid}

GetAuthorId

Author GetAuthorId(ctx, authorId)

An endpoint to get an author from the author_id

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
authorId int32 Author ID

Return type

Author

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetAuthorOrcid

Author GetAuthorOrcid(ctx, orcid)

An endpoint to get an author from the orcid

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
orcid string ORCID of the author (eg 0000-0002-6133-2581)

Return type

Author

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]