discourse.go 167 B

12345678
  1. package discourse
  2. // APIConfig - configuration to make an API call to discourse
  3. type APIConfig struct {
  4. Endpoint string
  5. APIKey string
  6. APIUsername string
  7. }