type
GitHub.issue_event
=
{ 
string
 
url
, 
string
 
event
, 
string
 
commit_id
, 
Date.date
 
created_at
, 
 }
type
GitHub.issue_filter
=
Variant
  •    
    { 
    void
     
    assigned
     }
  • or 
    { 
    void
     
    created
     }
  • or 
    { 
    void
     
    mentioned
     }
  • or 
    { 
    void
     
    subscribed
     }
type
GitHub.issue_params
=
{ 
Variant
  •    
    { 
    void
     
    assigned
     }
  • or 
    { 
    void
     
    created
     }
  • or 
    { 
    void
     
    mentioned
     }
  • or 
    { 
    void
     
    subscribed
     }
 
filter
, 
Variant
  •    
    { 
    void
     
    open
     }
  • or 
    { 
    void
     
    closed
     }
 
state
, 
list
(
string
)
 
labels
, 
Variant
  •    
    { 
    void
     
    created
     }
  • or 
    { 
    void
     
    updated
     }
  • or 
    { 
    void
     
    comments
     }
 
sort
, 
Variant
  •    
    { 
    void
     
    asc
     }
  • or 
    { 
    void
     
    desc
     }
 
direction
, 
 }
type
GitHub.issue_sort
=
Variant
  •    
    { 
    void
     
    created
     }
  • or 
    { 
    void
     
    updated
     }
  • or 
    { 
    void
     
    comments
     }
type
GitHub.issue_sort2
=
Variant
  •    
    { 
    void
     
    due_date
     }
  • or 
    { 
    void
     
    completeness
     }
type =
Variant
  •    
    { 
    α
     
    val
     }
  • or 
    { 
    void
     
    none
     }
  • or 
    { 
    void
     
    star
     }

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.