Difference between revisions of "General weather interface/v2.5"
(→Authentication) |
|||
Line 3: | Line 3: | ||
== Authentication == | == Authentication == | ||
+ | After signing up at '''[https://dashboard.caiyunapp.com/user/sign_up/ the dahsboard]''', you will get your access token. | ||
+ | In below sections, we will use a temporary token for demo purpose: <code>S45Fnpxcwyq0QT4b</code>. In production or development, you should use your own. | ||
== API call examples == | == API call examples == |
Revision as of 06:08, 3 April 2020
Version of this article: v2.5,current stable version: v2.5,historical veriosns: v2.4
Authentication
After signing up at the dahsboard, you will get your access token.
In below sections, we will use a temporary token for demo purpose: S45Fnpxcwyq0QT4b
. In production or development, you should use your own.