0.0.11 • Published 10 years ago

kwaai-restcall v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

#kwaai-restcall

Node helpers to call restful JSON API's

var kwaaiRest=require("kwaai-restcall")(
    {headers:{"Content-Type": "application/json"},
    baseUrl:"http://api.openweathermap.org/data/2.5"
});

kwaaiRest.callRestService({
    url:"/weather?q={weatherQuery}",
    weatherQuery:"London,uk",
    verb:"get"
    },function(err,res){
    console.log(res);
})
0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago