addons-server
  • Security Bug Reports
  • External API
  • Development
  • Models
    • translations
    • amo
    • abuse
    • access
    • activity
    • addons
    • api
      • api.APIKey
      • api.APIKeyConfirmation
    • applications
    • bandwagon
    • blocklist
    • devhub
    • discovery
    • files
    • hero
    • promoted
    • ratings
    • reviewers
    • scanners
    • search
    • shelves
    • tags
    • users
    • versions
    • zadmin
  • Logs
  • IP addresses
  • Third-Party Usage
  • AMO Blocklist
  • Environments
  • Runbooks
  • External API (V3 - Deprecated)
  • External API (V4 - Frozen)
  • Playground
addons-server
  • Models
  • api
  • View page source

api

  • api.APIKey
    • Model Info
    • Fields
    • Relations
    • Methods
    • Custom Managers
  • api.APIKeyConfirmation
    • Model Info
    • Fields
    • Relations
    • Methods
    • Custom Managers
digraph model_graph {
  // Dotfile by Django-Extensions graph_models
  // Created: 2025-06-14 14:50
  

  fontname = "Roboto"
  fontsize = 8
  splines  = true
  rankdir = "TB"
  

  node [
    fontname = "Roboto"
    fontsize = 8
    shape = "plaintext"
  ]

  edge [
    fontname = "Roboto"
    fontsize = 8
  ]

  // Labels
  subgraph cluster_olympia_api {
    label=<
          <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
          <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER">
          <FONT FACE="Roboto" COLOR="Black" POINT-SIZE="10">
          <B>olympia.api</B>
          </FONT>
          </TD></TR>
          </TABLE>
          >
    color=olivedrab4
    style="rounded"
  
    olympia_amo_models_ModelBase [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      ModelBase
      </B></FONT></TD></TR>
    
      </TABLE>
      >]
  
    olympia_api_models_APIKey [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      APIKey<BR/>&lt;<FONT FACE="Roboto"><I>ModelBase</I></FONT>&gt;
      </B></FONT></TD></TR>
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>id</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>PositiveAutoField</B></FONT>
      </TD></TR>
    
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>user</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>ForeignKey (id)</B></FONT>
      </TD></TR>
    
    
      </TABLE>
      >]
  
    olympia_api_models_APIKeyConfirmation [label=<
      <TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
      <TR><TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#1b563f">
      <FONT FACE="Roboto" COLOR="white" POINT-SIZE="10"><B>
      APIKeyConfirmation<BR/>&lt;<FONT FACE="Roboto"><I>ModelBase</I></FONT>&gt;
      </B></FONT></TD></TR>
    
    
      <TR><TD ALIGN="LEFT" BORDER="0">
      <FONT FACE="Roboto"><B>user</B></FONT>
      </TD><TD ALIGN="LEFT">
      <FONT FACE="Roboto"><B>OneToOneField (id)</B></FONT>
      </TD></TR>
    
    
      </TABLE>
      >]

  }


  // Relations
  olympia_users_models_UserProfile [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">UserProfile</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_api_models_APIKey -> olympia_users_models_UserProfile
  [label=" user (api_keys)"] [arrowhead=none, arrowtail=dot, dir=both];

  olympia_api_models_APIKey -> olympia_amo_models_ModelBase
  [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
  olympia_users_models_UserProfile [label=<
  <TABLE BGCOLOR="white" BORDER="0" CELLBORDER="0" CELLSPACING="0">
  <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="#1b563f">
  <FONT FACE="Roboto" POINT-SIZE="12" COLOR="white">UserProfile</FONT>
  </TD></TR>
  </TABLE>
  >]
  olympia_api_models_APIKeyConfirmation -> olympia_users_models_UserProfile
  [label=" user (apikeyconfirmation)"] [arrowhead=none, arrowtail=none, dir=both];

  olympia_api_models_APIKeyConfirmation -> olympia_amo_models_ModelBase
  [label=" abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];


}

Click on the diagram to pan/zoom

Previous Next

© Copyright 2024, Mozilla.

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