fetch
method provided in Skygear JS SDK, or with tools like cURL that can make HTTP-based requests.skycli
installed and configured properly. If not, follow this to set it up.skycli
is the only way to perform deployments.skycli
.fetch
in Skygear JS SDK to call your APIs, since it not only manages the users sessions but also throws in required headers for you.npm install
or yarn install
way:api
and would like to send a request to one of its APIs fetch_blogs
, we can achieve this with Skygear SDK as shown below:fetch_blogs
actually exists in one of our Skygear demos. Visit this guide for more information.