You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/contentstack.rb
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,19 @@
2
2
3
3
require"contentstack/version"
4
4
require"contentstack/client"
5
+
require"util"
5
6
6
-
moduleContentstack
7
-
# The client object is initialized with an api_key and an access_token and then used
8
-
# for querying resources from this space.
9
-
# See README for details
10
-
end
11
7
12
-
require'debugger'
8
+
# == Built.io Contentstack - Ruby SDK
9
+
# Built.io Contentstack is a content management system that facilitates the process of publication by separating the content from site-related programming and design.
0 commit comments