File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,10 @@ MxPlatformRuby.configure do |config|
4747 config.server_index = 1
4848end
4949
50- api_instance = MxPlatformRuby ::MxPlatformApi .new
50+ api_client = ::MxPlatformRuby ::ApiClient .new
51+ api_client.default_headers[' Accept' ] = ' application/vnd.mx.api.v1+json'
52+ mx_platform_api = ::MxPlatformRuby ::MxPlatformApi .new (api_client)
53+
5154user_create_request_body = MxPlatformRuby ::UserCreateRequestBody .new (
5255 user: MxPlatformRuby ::UserCreateRequest .new (
5356 metadata: " Creating a user!"
Original file line number Diff line number Diff line change 1111=end
1212
1313module MxPlatformRuby
14- VERSION = '0.8.5 '
14+ VERSION = '0.8.6 '
1515end
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
66gemLicense : MIT
77gemName : mx-platform-ruby
88gemRequiredRubyVersion : " >= 2.6"
9- gemVersion : 0.8.5
9+ gemVersion : 0.8.6
1010library : faraday
1111moduleName : MxPlatformRuby
You can’t perform that action at this time.
0 commit comments