mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-13 20:18:09 +00:00
Updated Examples (markdown)
parent
85d37d7232
commit
72f9f2973a
11
Examples.md
11
Examples.md
|
@ -21,4 +21,15 @@ HTTP.create()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
;
|
;
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
HTTP.create()
|
||||||
|
.setContentType("application/x-www-form-urlencoded")
|
||||||
|
.setBearerAuth(token)
|
||||||
|
.setUseCache(false)
|
||||||
|
.get(apiUrl + "/get_items", function(res) {
|
||||||
|
alert(res.name);
|
||||||
|
})
|
||||||
|
;
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user