authorID module
- class authorID.AuthorID
Bases:
Resource- methods: ClassVar[Optional[Collection[str]]] = {'POST'}
The methods this view is registered for. Uses the same default (
["GET", "HEAD", "OPTIONS"]) asrouteandadd_url_ruleby default.
- post()
a starting point for exploring the study table. returns all authorIDs.
- Parameters:
None –
- Returns:
author_id – a list of study author IDs
- Return type:
list
Examples
{}