Quick Start¶
Quick start guide
Install¶
Probably, the best and simplest way — use PIP:
$ pip install route4me-sdk
See also
The full installation guide: Installation guide
Use¶
import route4m.sdk
r4m = route4me.sdk.ApiClient(api_key='11111111111111111111111111111111')
print(r4m.version)
opt = r4m.optimizations.get('07372F2CF3814EC6DFFAFE92E22771AA')
print(opt)