Skip to content

Commit 366d9d5

Browse files
committed
changed readme example
1 parent 2aa1681 commit 366d9d5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ require 'connectwise-ruby-sdk'
3939
# Setup authorization
4040
Connectwise.configure do |config|
4141
# Configure HTTP basic authorization: BasicAuth
42-
config.username = 'YOUR USERNAME'
43-
config.password = 'YOUR PASSWORD'
42+
config.username = 'USERNAME' # in the form of company_id+public_api_key
43+
config.password = 'PASSWORD' # private_api_key
44+
config.host = 'URL' # your connectwise url
45+
config.base_path = '/v4_6_release/apis/3.0'
46+
config.scheme = 'https'
4447
end
4548
4649
api_instance = Connectwise::AccountingBatchTransactionsApi.new

0 commit comments

Comments
 (0)