roed314 / seminars

Listing of online math seminars
GNU Affero General Public License v3.0
41 stars 15 forks source link

Use API to retrieve link to edit page #866

Closed kedlaya closed 3 years ago

kedlaya commented 3 years ago

My seminar workflow has been to email speakers an edit link so that they can post their own title/abstract, which I then retrieve via the API. However, I would also like to use the API to help me generate these emails, which means I need 'edit_link' to be a field I can query for (using the API token).

edgarcosta commented 3 years ago

@kedlaya, #873 will allow you get all the columns if you authenticate and you can edit the seminar (of the talk) that you are looking up

edgarcosta commented 3 years ago

@kedlaya, please let us know if you find any issues