pyastroapi.api.notifications¶
Module Contents¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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)¶