mirror of
https://github.com/retailcrm/api-client-ruby.git
synced 2024-11-21 20:46:04 +03:00
Update README.md
This commit is contained in:
parent
a0ebbe5b38
commit
9b43a56c97
@ -29,7 +29,7 @@ order = response[:order]
|
||||
```ruby
|
||||
require 'retailcrm'
|
||||
|
||||
api = Retailcrm.new('https://yourcrmname.intarocrm.ru', 'yourApiKeyHere')
|
||||
api = Retailcrm.new('https://yourcrmname.retailcrm.ru', 'yourApiKeyHere')
|
||||
|
||||
order = {
|
||||
:externalId => 171,
|
||||
@ -75,4 +75,4 @@ http://www.retailcrm.ru/docs/Разработчики/СправочникМет
|
||||
|
||||
#### Документация API библиотеки
|
||||
|
||||
http://www.rubydoc.info/gems/retailcrm
|
||||
http://www.rubydoc.info/gems/retailcrm
|
||||
|
Loading…
Reference in New Issue
Block a user