Alliance Auth
latest

Contents

  • Installation
  • Features
  • Maintenance
  • Support
  • Customizing
  • Development
    • Custom apps and services
    • Developing AA Core
    • Setup dev environment for AA
    • Developing apps
      • API
        • django-esi
        • evelinks
        • eveonline
        • notifications
        • tests
      • Celery FAQ
      • Core models
      • Template Tags
  • Contributing
Alliance Auth
  • »
  • Development »
  • Developing apps »
  • API »
  • evelinks
  • Edit on GitLab

evelinks¶

This package generates profile URLs for eve entities on 3rd party websites like evewho and zKillboard.

Location: allianceauth.eveonline.evelinks

eveimageserver¶

alliance_logo_url(alliance_id: int, size: int = 32) → str¶

image URL for the given alliance ID

character_portrait_url(character_id: int, size: int = 32) → str¶

image URL for the given character ID

corporation_logo_url(corporation_id: int, size: int = 32) → str¶

image URL for the given corporation ID

type_icon_url(type_id: int, size: int = 32) → str¶

icon image URL for the given type ID

type_render_url(type_id: int, size: int = 32) → str¶

render image URL for the given type ID

dotlan¶

alliance_url(name: str) → str¶

url for page about given alliance on dotlan

corporation_url(name: str) → str¶

url for page about given corporation on dotlan

region_url(name: str) → str¶

url for page about given region on dotlan

solar_system_url(name: str) → str¶

url for page about given solar system on dotlan

eveho¶

alliance_url(eve_id: int) → str¶

url for page about given alliance on evewho

character_url(eve_id: int) → str¶

url for page about given character on evewho

corporation_url(eve_id: int) → str¶

url for page about given corporation on evewho

zkillboard¶

alliance_url(eve_id: int) → str¶

url for page about given alliance on zKillboard

character_url(eve_id: int) → str¶

url for page about given character on zKillboard

corporation_url(eve_id: int) → str¶

url for page about given corporation on zKillboard

region_url(eve_id: int) → str¶

url for page about given region on zKillboard

solar_system_url(eve_id: int) → str¶
Next Previous

© Copyright 2018-2020, Alliance Auth Revision 7e4af518.

Built with Sphinx using a theme provided by Read the Docs.