Skip to content

Commit

Permalink
Merge pull request #181 from yufy/master
Browse files Browse the repository at this point in the history
add tag api
  • Loading branch information
nukosuke committed Sep 17, 2020
2 parents 02750fd + dc7ccb0 commit 263a00d
Show file tree
Hide file tree
Showing 6 changed files with 494 additions and 128 deletions.
6 changes: 6 additions & 0 deletions fixture/GET/tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tags": [
"exchange",
"important"
]
}
7 changes: 7 additions & 0 deletions fixture/PUT/tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tags": [
"exchange",
"important",
"example"
]
}
1 change: 1 addition & 0 deletions zendesk/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type API interface {
OrganizationAPI
SearchAPI
SLAPolicyAPI
TagAPI
}

var _ API = (*Client)(nil)

0 comments on commit 263a00d

Please sign in to comment.