client.go 93 B

1234567
  1. package discourse
  2. type Config struct {
  3. Endpoint string
  4. ApiKey string
  5. ApiUser string
  6. }