Add CollectionService

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-08-06 22:37:08 -04:00
parent b23b1b69f8
commit 62b5b21e1c
3 changed files with 196 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ func readFileContents(path string) (string, error) {
func testClientServices(t *testing.T, c *Client) {
services := []string{
"Account",
"Collection",
"Comment",
"Flair",
"Listings",