GITLAB
kubaninc
/ dingtalk
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a197f8e024b3d2612b9e2b59724d733332e86405
Authored by
Jeff Lai
2016-06-01 14:11:49 +0800
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
Side-by-side Diff
Inline Diff
lib/dingtalk/client.rb
Wrap text
Diff comments
View file @
a197f8e
...
...
@@ -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
...
...