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