mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-12 19:53:11 +00:00
Updated Examples (markdown)
parent
10d23850a2
commit
0ac1a258c7
|
@ -30,7 +30,7 @@ HTTP.create()
|
|||
.setContentType("application/x-www-form-urlencoded")
|
||||
.setBearerAuth(token)
|
||||
.setUseCache(false)
|
||||
.get(apiUrl + "myproject/items/mycollaction", function(res) {
|
||||
.get(apiUrl + "myproject/items/mycollection", function(res) {
|
||||
alert(res.name);
|
||||
})
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue
Block a user