Skip to content

Commit 2726628

Browse files
committed
Add more methods
1 parent 2f0d323 commit 2726628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ export default defineInterface({
123123
choices: [
124124
{ text: 'GET', value: 'GET' },
125125
{ text: 'POST', value: 'POST' },
126+
{ text: 'PUT', value: 'PUT' },
127+
{ text: 'PATCH', value: 'PATCH' },
128+
{ text: 'DELETE', value: 'DELETE' },
126129
],
127130
},
128131
},

0 commit comments

Comments
 (0)