On Wed, 3 Dec 2025 at 15:25, Dave Fisher <[email protected]> wrote: > > > > > On Dec 3, 2025, at 3:39 AM, sebb <[email protected]> wrote: > > > > At present, reporter.a.o can be used to generate reports which are > > then added to the agenda via the Whimsy Board Agenda tool, which is > > now deprecated. > > > > Does the BAT have a corresponding API that can be used by reporter.a.o? > > Yes, recently added here: > https://github.com/apache/tooling-agenda/blob/main/app/integration/routes/reporter.py#L44
I see. So https://agenda.apache.org/reporter/post corresponds to https://whimsy.apache.org/board/agenda/json/post Reporter also accesses the following Whimsy URLs (using GET): https://whimsy.apache.org/board/agenda/%s.json https://whimsy.apache.org/board/agenda/json/historical-comments https://whimsy.apache.org/board/agenda/calendar.json (See https://svn.apache.org/repos/asf/comdev/reporter.apache.org/trunk/scripts/rapp/whimsy.py) Are these also available? Another aspect is auth: what is needed for non-interactive access? > > At some point soon, reporter.a.o needs to stop using Whimsy, as its > > Agenda tool will eventually stop working. > > Agreed. > > Best, > Dave > > > > > Sebb > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
