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"]) as route and add_url_rule by 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

{}