Skip to content

Commit c86cdb7

Browse files
authored
Update axios-cheat-sheet.json
new request command added
1 parent 515deaf commit c86cdb7

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

data/axios-cheat-sheet.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,19 @@
2323
"code": "<script src=https://unpkg.com/axios/dist/axios.min.js></script>"
2424
},
2525
{
26-
"definition": "বওয়ের দিয়ে ইন্সটল করার জন্য",
26+
"definition": "(bower) বওয়ের দিয়ে ইন্সটল করার জন্য",
2727
"code": "bower install axios"
2828
}
2929
]
3030
},
3131
{
3232
"title": "রিকোয়েস্ট উদাহরণ",
33-
"items": [{
33+
"items": [
34+
{
35+
"definition": "ডাটা রিকোয়েস্ট করার জন্য",
36+
"code": "axios.request()"
37+
},
38+
{
3439
"definition": "ডাটা get এর জন্য",
3540
"code": "axios.get()"
3641
},
@@ -45,8 +50,12 @@
4550
{
4651
"definition": "সিঙ্গেল ডাটা মডিফাই করার জন্য",
4752
"code": "axios.put()"
53+
},
54+
{
55+
"definition": "ডাটা আপডেট করার জন্য",
56+
"code": "axios.patch()"
4857
}
4958
]
5059
}
5160
]
52-
}
61+
}

0 commit comments

Comments
 (0)