[ixpmanager] Member logo API
David Croft
david-ixpmanager at infotrek.co.uk
Wed May 27 15:08:58 IST 2020
Hi,
Is there an API to get the member logo filenames (ideally also with
their names & website URLs) from IXP Manager?
I'm wondering how it is done on the front page of inex.ie. At the
moment I am using some SQL[1] but I'd prefer the webserver not be able
to access the IXP Manager database.
Thanks
David
[1] SELECT cust.name, cust.corpwww, logos.stored_name \
FROM cust \
INNER JOIN logos ON cust.id=logos.customer_id \
WHERE cust.status=1 \
AND cust.type=1 \
ORDER BY cust.name ASC
More information about the ixpmanager
mailing list