Commit a197f8e024b3d2612b9e2b59724d733332e86405

Authored by Jeff Lai
1 parent 2651950a
Exists in master

Add sns api to client

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
lib/dingtalk/client.rb
... ... @@ -56,6 +56,10 @@ module Dingtalk
56 56 Api::Suite.new
57 57 end
58 58  
  59 + def sns
  60 + Api::Sns.new
  61 + end
  62 +
59 63 def department
60 64 Api::Department.new(@corp)
61 65 end
... ...