tmkw / yamori

A Salesforce console utility for Ruby programmers
https://tmkw.github.io/yamori/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Yamori.connect のインターフェイス改良 #27

Closed tmkw closed 1 week ago

tmkw commented 1 week ago

Sequelの #connect を真似したい

Yamori.connect('rest://hoge.bar.salesforce.com', access_token: token, api_version: version)

'rest://hoge.bar.salesforce.com' の部分を URI でうまく処理できなかったら現行のインターフェイスのままとする
tmkw commented 1 week ago

instance-url 自体が https:// で始まっているので、URI形式で受け取るのは無理があった。