Alliance Auth

Contents

  • Installation - Bare Metal
  • Installation - Containerized
  • Features
  • Maintenance
  • Support
  • Customizing
  • Development
    • Custom apps and services
    • Developing AA Core
    • Setup dev environment for AA
    • Developing apps
      • API
        • Discord Client
        • Discord Service
        • django-esi
        • evelinks
        • eveonline
        • notifications
        • tests
        • utils
      • Celery FAQ
      • Core models
      • Template tags & filters
  • Contributing
Alliance Auth
  • Development
  • Developing apps
  • API
  • evelinks
  • View page source

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[source]

image URL for the given alliance ID

character_portrait_url(character_id: int, size: int = 32) → str[source]

image URL for the given character ID

corporation_logo_url(corporation_id: int, size: int = 32) → str[source]

image URL for the given corporation ID

type_icon_url(type_id: int, size: int = 32) → str[source]

icon image URL for the given type ID

type_render_url(type_id: int, size: int = 32) → str[source]

render image URL for the given type ID

dotlan

alliance_url(name: str) → str[source]

url for page about given alliance on dotlan

corporation_url(name: str) → str[source]

url for page about given corporation on dotlan

region_url(name: str) → str[source]

url for page about given region on dotlan

solar_system_url(name: str) → str[source]

url for page about given solar system on dotlan

evewho

alliance_url(eve_id: int) → str[source]

url for page about given alliance on evewho

character_url(eve_id: int) → str[source]

url for page about given character on evewho

corporation_url(eve_id: int) → str[source]

url for page about given corporation on evewho

zkillboard

alliance_url(eve_id: int) → str[source]

url for page about given alliance on zKillboard

character_url(eve_id: int) → str[source]

url for page about given character on zKillboard

corporation_url(eve_id: int) → str[source]

url for page about given corporation on zKillboard

region_url(eve_id: int) → str[source]

url for page about given region on zKillboard

solar_system_url(eve_id: int) → str[source]
Previous Next

© Copyright 2018-2023, Alliance Auth.

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