[ixpmanager] Member logo API

Tomasz Szewczyk tszewcz at gmail.com
Wed May 27 16:08:44 IST 2020


Hi Barry,

Can something similar work for api/v4/dns/arpa/1/4/bind?

For example - provide access to type 2 users?

br

Tomek

W dniu 27.05.2020 o 16:23, Barry O'Donovan pisze:
> Hi David,
>
> this is documented here:
>
> https://docs.ixpmanager.org/features/member-export/
>
> INEX publishes its skin and that's available here:
>
> https://github.com/inex/IXP-Manager/blob/master/resources/skins/inex/content/members/0/list.foil.php
>
>
>  - Barry
>
> David Croft wrote on 27/05/2020 15:08:
>> 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
>> _______________________________________________
>> INEX IXP Manager mailing list
>> ixpmanager at inex.ie
>> Unsubscribe or change options here:
>> https://www.inex.ie/mailman/listinfo/ixpmanager
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20200527/cfc1e53e/attachment.htm>


More information about the ixpmanager mailing list