pyastroapi.api.notifications

Module Contents

Functions

create_template(token[, name, active, stateful, ...])

create_query(token[, name, active, stateful, ...])

delete(token, myads_id)

edit()

query(token, myads_id)

view_all(token)

view(token, myads_id)

pyastroapi.api.notifications.create_template(token: str, name: str = '', active: bool = True, stateful: bool = True, frequency: str = 'daily', template: str = 'arxiv', classes: List[str] = ['astro-ph'], data: str = '')
pyastroapi.api.notifications.create_query(token: str, name: str = '', active: bool = True, stateful: bool = True, frequency: str = 'daily', qid: str = '', data: str = '')
pyastroapi.api.notifications.delete(token: str, myads_id: str)
pyastroapi.api.notifications.edit()
pyastroapi.api.notifications.query(token: str, myads_id: str)
pyastroapi.api.notifications.view_all(token: str)
pyastroapi.api.notifications.view(token: str, myads_id: str)