2
0

constants.py 233 B

123456789101112
  1. # Webhook content types
  2. HTTP_CONTENT_TYPE_JSON = 'application/json'
  3. # Registerable extras features
  4. EXTRAS_FEATURES = [
  5. 'custom_fields',
  6. 'custom_links',
  7. 'export_templates',
  8. 'job_results',
  9. 'tags',
  10. 'webhooks'
  11. ]