Skip to content

Commit 90514f6

Browse files
committed
refactor: ♻️ Update api call and version
1 parent fdb12b1 commit 90514f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/contentstack/api.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
require 'active_support'
44
require 'active_support/json'
55
require 'open-uri'
6-
6+
require 'util'
77
module Contentstack
88
class API
9+
using Utility
910
def self.init_api(api_key, delivery_token, environment,host)
1011
@host = host
1112
@api_version = '/v3'

lib/contentstack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Contentstack
2-
VERSION = "0.4.2"
2+
VERSION = "0.4.3"
33
end

0 commit comments

Comments
 (0)