Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.76 KB

JournalApi.md

File metadata and controls

65 lines (38 loc) · 1.76 KB

{{classname}}

All URIs are relative to /

Method HTTP request Description
GetJournalId Get /journal/id/{journal_id}
GetJournalIssn Get /journal/issn/{issn}

GetJournalId

Journal GetJournalId(ctx, journalId)

An endpoint to get journal from the id

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
journalId int32 OpenAlex id of the journal

Return type

Journal

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]

GetJournalIssn

Journal GetJournalIssn(ctx, issn)

An endpoint to get journal from an ISSN

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
issn string ISSN of the journal

Return type

Journal

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]