We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60f614 commit ef8c57fCopy full SHA for ef8c57f
examples/update/main.go
@@ -15,7 +15,7 @@ func main() {
15
discourseClient := discourse.NewClient(site, apiKey, username)
16
17
// Get the first category and change color to orange
18
- allCategoriesResponse, err := discourse.ListCategories(discourseClient)
+ allCategoriesResponse, err := discourse.ListCategories(discourseClient, false)
19
20
if err != nil {
21
fmt.Println(err)
0 commit comments