@digipair/skill-http 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"summary": "Communication avec les services HTTP",
|
|
6
6
|
"description": "Cette compétence permet d'utiliser les services HTTP",
|
|
7
7
|
"version": "0.1.0",
|
|
8
|
-
"x-icon": ""
|
|
8
|
+
"x-icon": "🌐"
|
|
9
9
|
},
|
|
10
10
|
"paths": {
|
|
11
11
|
"/request": {
|
|
12
12
|
"post": {
|
|
13
|
-
"tags": ["service"],
|
|
13
|
+
"tags": ["service", "web", "spatial"],
|
|
14
14
|
"summary": "Exécute un service HTTP",
|
|
15
15
|
"parameters": [
|
|
16
16
|
{
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"/create": {
|
|
66
66
|
"post": {
|
|
67
|
-
"tags": ["service"],
|
|
67
|
+
"tags": ["service", "web", "spatial"],
|
|
68
68
|
"summary": "Ajoute une ressource HTTP",
|
|
69
69
|
"parameters": [
|
|
70
70
|
{
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
"/read": {
|
|
111
111
|
"post": {
|
|
112
|
-
"tags": ["service"],
|
|
112
|
+
"tags": ["service", "web", "spatial"],
|
|
113
113
|
"summary": "Lit une ressource HTTP",
|
|
114
114
|
"parameters": [
|
|
115
115
|
{
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
},
|
|
146
146
|
"/update": {
|
|
147
147
|
"post": {
|
|
148
|
-
"tags": ["service"],
|
|
148
|
+
"tags": ["service", "web", "spatial"],
|
|
149
149
|
"summary": "Modifie une ressource HTTP",
|
|
150
150
|
"parameters": [
|
|
151
151
|
{
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
},
|
|
191
191
|
"/partialUpdate": {
|
|
192
192
|
"post": {
|
|
193
|
-
"tags": ["service"],
|
|
193
|
+
"tags": ["service", "web", "spatial"],
|
|
194
194
|
"summary": "Modifie une partie d'une ressource HTTP",
|
|
195
195
|
"parameters": [
|
|
196
196
|
{
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
},
|
|
236
236
|
"/remove": {
|
|
237
237
|
"post": {
|
|
238
|
-
"tags": ["service"],
|
|
238
|
+
"tags": ["service", "web", "spatial"],
|
|
239
239
|
"summary": "Supprime une ressource HTTP",
|
|
240
240
|
"parameters": [
|
|
241
241
|
{
|
|
File without changes
|
|
File without changes
|