All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
GetAuthorId | Get /author/id/{author_id} | |
GetAuthorOrcid | Get /author/orcid/{orcid} |
Author GetAuthorId(ctx, authorId)
An endpoint to get an author from the author_id
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
authorId | int32 | Author ID |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Author GetAuthorOrcid(ctx, orcid)
An endpoint to get an author from the orcid
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) |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]