Wio Link: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


installation <pre>pip install wio-link</pre>
installation <pre>pip install wio-link</pre>
===Wio commande line===
* wio
===API===
Create User
<pre>
curl -d email=[email here] -d password=[password here] https://us.wio.seeed.io/v1/user/create
</pre>
Login
<pre>
curl -d email=[email here] -d password=[password here] https://us.wio.seeed.io/v1/user/login
</pre>
Retreive password (send by Email
<pre>
curl -d email=[new email here] https://us.wio.seeed.io/v1/user/retrievepassword
</pre>
Change password
<pre>
curl -d password=[new password here] https://us.wio.seeed.io/v1/user/changepassword?access_token=9L0_ofzPHnan91UQbtcCS4KzCI8BGQk6-OgMOtmnI3q
</pre>

Revision as of 04:23, 30 January 2018

General

Web site:[https://www.seeedstudio.com/]

App: [Wio]

Server: [https://us.wio.seeed.io/login]

API: [http://seeed-studio.github.io/Wio_Link/]

Command Line

installation

pip install wio-link

Wio commande line

  • wio

API

Create User

curl -d email=[email here] -d password=[password here] https://us.wio.seeed.io/v1/user/create

Login

curl -d email=[email here] -d password=[password here] https://us.wio.seeed.io/v1/user/login

Retreive password (send by Email

curl -d email=[new email here] https://us.wio.seeed.io/v1/user/retrievepassword

Change password

curl -d password=[new password here] https://us.wio.seeed.io/v1/user/changepassword?access_token=9L0_ofzPHnan91UQbtcCS4KzCI8BGQk6-OgMOtmnI3q