@activepieces/piece-knack 0.0.1 → 0.0.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-knack",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  "semver": "7.6.0",
21
21
  "tslib": "^2.3.0",
22
22
  "zod": "3.25.76",
23
- "@activepieces/pieces-common": "0.6.1",
24
- "@activepieces/pieces-framework": "0.15.0",
25
- "@activepieces/shared": "0.17.5"
23
+ "@activepieces/pieces-common": "0.6.4",
24
+ "@activepieces/pieces-framework": "0.18.3",
25
+ "@activepieces/shared": "0.18.0"
26
26
  },
27
27
  "overrides": {
28
28
  "@tryfabric/martian": {
@@ -30,8 +30,7 @@
30
30
  },
31
31
  "vite": {
32
32
  "rollup": "npm:@rollup/wasm-node"
33
- },
34
- "stylus": "0.0.1-security"
33
+ }
35
34
  },
36
35
  "resolutions": {
37
36
  "rollup": "npm:@rollup/wasm-node"
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Jürgen",
3
+ "API Key": "API-Schlüssel",
4
+ "Application ID": "Anwendungs-ID",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Dein Knack-API-Schlüssel ist in den Einstellungen des Builders verfügbar.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Ihre Anwendungs-ID ist in den Einstellungen des Builders verfügbar.",
7
+ "Create Record": "Datensatz erstellen",
8
+ "Delete Record": "Datensatz löschen",
9
+ "Find Record": "Datensatz finden",
10
+ "Update Record": "Datensatz aktualisieren",
11
+ "Custom API Call": "Eigener API-Aufruf",
12
+ "Creates a new record into a specified object/table.": "Erstellt einen neuen Datensatz in einem angegebenen Objekt/Tabelle.",
13
+ "Deletes an existing record from a table.": "Löscht einen vorhandenen Datensatz aus einer Tabelle.",
14
+ "Finds a single record using field value.": "Findet einen einzigen Datensatz mit Feldwert.",
15
+ "Updates an existing record.": "Aktualisiert einen existierenden Datensatz.",
16
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
17
+ "Object": "Objekt",
18
+ "Record Fields": "Datensatzfelder",
19
+ "Record ID": "Datensatz-ID",
20
+ "Field ID": "Feld-ID",
21
+ "Field Value": "Feldwert",
22
+ "Method": "Methode",
23
+ "Headers": "Kopfzeilen",
24
+ "Query Parameters": "Abfrageparameter",
25
+ "Body": "Körper",
26
+ "No Error on Failure": "Kein Fehler bei Fehler",
27
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
28
+ "The ID of the record to delete.": "Die ID des zu löschenden Datensatzes.",
29
+ "Field to find the record by": "Feld um den Datensatz zu finden von",
30
+ "The value to search for in the specified field.": "Der zu suchende Wert im angegebenen Feld.",
31
+ "The ID of the record to update.": "Die ID des zu aktualisierenden Datensatzes.",
32
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
33
+ "GET": "ERHALTEN",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
+ "PUT": "PUT",
37
+ "DELETE": "LÖSCHEN",
38
+ "HEAD": "HEAD"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Knack",
3
+ "API Key": "Clave API",
4
+ "Application ID": "ID de la aplicación",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Tu Clave de API de Knack disponible en la sección Configuración del Constructor.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Su ID de aplicación está disponible en la sección Configuración del Constructor.",
7
+ "Create Record": "Crear registro",
8
+ "Delete Record": "Eliminar registro",
9
+ "Find Record": "Buscar registro",
10
+ "Update Record": "Actualizar registro",
11
+ "Custom API Call": "Llamada API personalizada",
12
+ "Creates a new record into a specified object/table.": "Crea un nuevo registro en un objeto/tabla especificado.",
13
+ "Deletes an existing record from a table.": "Elimina un registro existente de una tabla.",
14
+ "Finds a single record using field value.": "Encuentra un único registro usando un valor de campo.",
15
+ "Updates an existing record.": "Actualiza un registro existente.",
16
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
17
+ "Object": "Objeto",
18
+ "Record Fields": "Campos de registro",
19
+ "Record ID": "ID de registro",
20
+ "Field ID": "ID del campo",
21
+ "Field Value": "Valor del campo",
22
+ "Method": "Método",
23
+ "Headers": "Encabezados",
24
+ "Query Parameters": "Parámetros de consulta",
25
+ "Body": "Cuerpo",
26
+ "No Error on Failure": "No hay ningún error en fallo",
27
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
28
+ "The ID of the record to delete.": "El ID del registro a eliminar.",
29
+ "Field to find the record by": "Campo para encontrar el registro por",
30
+ "The value to search for in the specified field.": "El valor por el que buscar en el campo especificado.",
31
+ "The ID of the record to update.": "El ID del registro a actualizar.",
32
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
33
+ "GET": "RECOGER",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
+ "PUT": "PUT",
37
+ "DELETE": "BORRAR",
38
+ "HEAD": "LIMPIO"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Coup de pied",
3
+ "API Key": "Clé API",
4
+ "Application ID": "ID de l'application",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Votre clé d'API Knack disponible dans la section Paramètres du Constructeur.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Votre ID d'application disponible dans la section Paramètres du Constructeur.",
7
+ "Create Record": "Créer un enregistrement",
8
+ "Delete Record": "Supprimer l'enregistrement",
9
+ "Find Record": "Rechercher un enregistrement",
10
+ "Update Record": "Mettre à jour l'enregistrement",
11
+ "Custom API Call": "Appel API personnalisé",
12
+ "Creates a new record into a specified object/table.": "Crée un nouvel enregistrement dans un objet/table spécifié.",
13
+ "Deletes an existing record from a table.": "Supprime un enregistrement existant dans une table.",
14
+ "Finds a single record using field value.": "Trouve un enregistrement unique en utilisant la valeur du champ.",
15
+ "Updates an existing record.": "Met à jour un enregistrement existant.",
16
+ "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
17
+ "Object": "Objet",
18
+ "Record Fields": "Champs d'enregistrement",
19
+ "Record ID": "ID de l'enregistrement",
20
+ "Field ID": "ID du champ",
21
+ "Field Value": "Valeur du champ",
22
+ "Method": "Méthode",
23
+ "Headers": "En-têtes",
24
+ "Query Parameters": "Paramètres de requête",
25
+ "Body": "Corps",
26
+ "No Error on Failure": "Aucune erreur en cas d'échec",
27
+ "Timeout (in seconds)": "Délai d'attente (en secondes)",
28
+ "The ID of the record to delete.": "L'ID de l'enregistrement à supprimer.",
29
+ "Field to find the record by": "Champ de recherche de l'enregistrement par",
30
+ "The value to search for in the specified field.": "La valeur à rechercher dans le champ spécifié.",
31
+ "The ID of the record to update.": "L'ID de l'enregistrement à mettre à jour.",
32
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
33
+ "GET": "OBTENIR",
34
+ "POST": "POSTER",
35
+ "PATCH": "PATCH",
36
+ "PUT": "EFFACER",
37
+ "DELETE": "SUPPRIMER",
38
+ "HEAD": "TÊTE"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Knack",
3
+ "API Key": "API キー",
4
+ "Application ID": "アプリケーション ID",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Knack API Keyは、ビルダーの設定セクションで使用できます。",
6
+ "Your Application ID available in the Settings section of the Builder.": "アプリケーションIDはビルダーのformat@@0セクションで使用できます。",
7
+ "Create Record": "レコードを作成",
8
+ "Delete Record": "レコードを削除",
9
+ "Find Record": "レコードを検索",
10
+ "Update Record": "更新記録",
11
+ "Custom API Call": "カスタムAPI通話",
12
+ "Creates a new record into a specified object/table.": "指定したオブジェクト/テーブルに新しいレコードを作成します。",
13
+ "Deletes an existing record from a table.": "テーブルから既存のレコードを削除します。",
14
+ "Finds a single record using field value.": "フィールド値を使用して単一のレコードを検索します。",
15
+ "Updates an existing record.": "既存のレコードを更新します。",
16
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
17
+ "Object": "オブジェクト",
18
+ "Record Fields": "レコードフィールド",
19
+ "Record ID": "レコードID",
20
+ "Field ID": "フィールドID",
21
+ "Field Value": "フィールド値",
22
+ "Method": "方法",
23
+ "Headers": "ヘッダー",
24
+ "Query Parameters": "クエリパラメータ",
25
+ "Body": "本文",
26
+ "No Error on Failure": "失敗時にエラーはありません",
27
+ "Timeout (in seconds)": "タイムアウト(秒)",
28
+ "The ID of the record to delete.": "削除するレコードのID。",
29
+ "Field to find the record by": "レコードを見つけるためのフィールド",
30
+ "The value to search for in the specified field.": "指定したフィールドで検索する値。",
31
+ "The ID of the record to update.": "更新するレコードのID。",
32
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
33
+ "GET": "取得",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
+ "PUT": "PUT",
37
+ "DELETE": "削除",
38
+ "HEAD": "頭"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Knack",
3
+ "API Key": "API Sleutel",
4
+ "Application ID": "Applicatie ID",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Je Knack API-sleutel is beschikbaar in de Instellingensectie van de Builder.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Uw toepassings-ID is beschikbaar in Instellingen gedeelte van de Builder.",
7
+ "Create Record": "Record Maken",
8
+ "Delete Record": "Record verwijderen",
9
+ "Find Record": "Vind Record",
10
+ "Update Record": "Update Record",
11
+ "Custom API Call": "Custom API Call",
12
+ "Creates a new record into a specified object/table.": "Maakt een nieuw record aan in een opgegeven object/tabel.",
13
+ "Deletes an existing record from a table.": "Verwijdert een bestaand record van een tabel.",
14
+ "Finds a single record using field value.": "Vindt een enkele record met behulp van veldwaarde.",
15
+ "Updates an existing record.": "Werkt een bestaand record bij.",
16
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
17
+ "Object": "Object",
18
+ "Record Fields": "Record velden",
19
+ "Record ID": "Record ID",
20
+ "Field ID": "Veld ID",
21
+ "Field Value": "Veld waarde",
22
+ "Method": "Methode",
23
+ "Headers": "Kopteksten",
24
+ "Query Parameters": "Query parameters",
25
+ "Body": "Lichaam",
26
+ "No Error on Failure": "Geen fout bij fout",
27
+ "Timeout (in seconds)": "Time-out (in seconden)",
28
+ "The ID of the record to delete.": "Het ID van het te verwijderen record",
29
+ "Field to find the record by": "Veld om het record te vinden door",
30
+ "The value to search for in the specified field.": "De waarde waarnaar gezocht moet worden in het opgegeven veld.",
31
+ "The ID of the record to update.": "Het ID van het te updaten record",
32
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
33
+ "GET": "KRIJG",
34
+ "POST": "POSTE",
35
+ "PATCH": "BEKIJK",
36
+ "PUT": "PUT",
37
+ "DELETE": "VERWIJDEREN",
38
+ "HEAD": "HOOFD"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Pilha",
3
+ "API Key": "Chave de API",
4
+ "Application ID": "ID da aplicação",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Sua chave de API Knack disponível na seção Configurações do Construtor.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Seu ID de aplicativo disponível na seção Configurações do Construtor.",
7
+ "Create Record": "Criar Registro",
8
+ "Delete Record": "Excluir registro",
9
+ "Find Record": "Localizar Registro",
10
+ "Update Record": "Atualizar Registro",
11
+ "Custom API Call": "Chamada de API personalizada",
12
+ "Creates a new record into a specified object/table.": "Cria um novo registro em um objeto/tabela especificada.",
13
+ "Deletes an existing record from a table.": "Exclui um registro existente de uma tabela.",
14
+ "Finds a single record using field value.": "Encontra um único registro usando o valor do campo.",
15
+ "Updates an existing record.": "Atualiza um registro existente.",
16
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
17
+ "Object": "Objeto",
18
+ "Record Fields": "Recorde Campos",
19
+ "Record ID": "ID do Registro",
20
+ "Field ID": "ID do campo",
21
+ "Field Value": "Valor do Campo",
22
+ "Method": "Método",
23
+ "Headers": "Cabeçalhos",
24
+ "Query Parameters": "Parâmetros da consulta",
25
+ "Body": "Conteúdo",
26
+ "No Error on Failure": "Nenhum erro no Failure",
27
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
28
+ "The ID of the record to delete.": "A ID do registro a excluir.",
29
+ "Field to find the record by": "Campo para encontrar o registro de",
30
+ "The value to search for in the specified field.": "O valor a procurar no campo especificado.",
31
+ "The ID of the record to update.": "A ID do registro a ser atualizada.",
32
+ "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
33
+ "GET": "OBTER",
34
+ "POST": "POSTAR",
35
+ "PATCH": "COMPRAR",
36
+ "PUT": "COLOCAR",
37
+ "DELETE": "EXCLUIR",
38
+ "HEAD": "CABEÇA"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Кнак",
3
+ "API Key": "Ключ API",
4
+ "Application ID": "ID приложения",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Ваш ключ API Knack доступен в разделе Параметры конструктора.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Ваш ID приложения доступен в разделе Настройки конструктора.",
7
+ "Create Record": "Создать запись",
8
+ "Delete Record": "Удалить запись",
9
+ "Find Record": "Найти запись",
10
+ "Update Record": "Обновить запись",
11
+ "Custom API Call": "Пользовательский вызов API",
12
+ "Creates a new record into a specified object/table.": "Создает новую запись в указанном объекте/таблице.",
13
+ "Deletes an existing record from a table.": "Удалить существующую запись из таблицы.",
14
+ "Finds a single record using field value.": "Ищет одну запись, используя значение поля.",
15
+ "Updates an existing record.": "Обновление существующей записи.",
16
+ "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
17
+ "Object": "Объект",
18
+ "Record Fields": "Поля записи",
19
+ "Record ID": "ID записи",
20
+ "Field ID": "ID поля",
21
+ "Field Value": "Значение поля",
22
+ "Method": "Метод",
23
+ "Headers": "Заголовки",
24
+ "Query Parameters": "Параметры запроса",
25
+ "Body": "Тело",
26
+ "No Error on Failure": "Нет ошибок при ошибке",
27
+ "Timeout (in seconds)": "Таймаут (в секундах)",
28
+ "The ID of the record to delete.": "ID записи для удаления.",
29
+ "Field to find the record by": "Поле для поиска записи",
30
+ "The value to search for in the specified field.": "Значение для поиска в указанном поле.",
31
+ "The ID of the record to update.": "ID записи для обновления.",
32
+ "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
33
+ "GET": "ПОЛУЧИТЬ",
34
+ "POST": "ПОСТ",
35
+ "PATCH": "ПАТЧ",
36
+ "PUT": "ПОКУПИТЬ",
37
+ "DELETE": "УДАЛИТЬ",
38
+ "HEAD": "HEAD"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Knack",
3
+ "API Key": "API Key",
4
+ "Application ID": "Application ID",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Your Knack API Key available in the Settings section of the Builder.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Your Application ID available in the Settings section of the Builder.",
7
+ "Create Record": "Create Record",
8
+ "Delete Record": "Delete Record",
9
+ "Find Record": "Find Record",
10
+ "Update Record": "Update Record",
11
+ "Custom API Call": "Custom API Call",
12
+ "Creates a new record into a specified object/table.": "Creates a new record into a specified object/table.",
13
+ "Deletes an existing record from a table.": "Deletes an existing record from a table.",
14
+ "Finds a single record using field value.": "Finds a single record using field value.",
15
+ "Updates an existing record.": "Updates an existing record.",
16
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
+ "Object": "Object",
18
+ "Record Fields": "Record Fields",
19
+ "Record ID": "Record ID",
20
+ "Field ID": "Field ID",
21
+ "Field Value": "Field Value",
22
+ "Method": "Method",
23
+ "Headers": "Headers",
24
+ "Query Parameters": "Query Parameters",
25
+ "Body": "Body",
26
+ "No Error on Failure": "No Error on Failure",
27
+ "Timeout (in seconds)": "Timeout (in seconds)",
28
+ "The ID of the record to delete.": "The ID of the record to delete.",
29
+ "Field to find the record by": "Field to find the record by",
30
+ "The value to search for in the specified field.": "The value to search for in the specified field.",
31
+ "The ID of the record to update.": "The ID of the record to update.",
32
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
33
+ "GET": "GET",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
+ "PUT": "PUT",
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Knack",
3
+ "API Key": "API Key",
4
+ "Application ID": "Application ID",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Your Knack API Key available in the Settings section of the Builder.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Your Application ID available in the Settings section of the Builder.",
7
+ "Create Record": "Create Record",
8
+ "Delete Record": "Delete Record",
9
+ "Find Record": "Find Record",
10
+ "Update Record": "Update Record",
11
+ "Custom API Call": "Custom API Call",
12
+ "Creates a new record into a specified object/table.": "Creates a new record into a specified object/table.",
13
+ "Deletes an existing record from a table.": "Deletes an existing record from a table.",
14
+ "Finds a single record using field value.": "Finds a single record using field value.",
15
+ "Updates an existing record.": "Updates an existing record.",
16
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
+ "Object": "Object",
18
+ "Record Fields": "Record Fields",
19
+ "Record ID": "Record ID",
20
+ "Field ID": "Field ID",
21
+ "Field Value": "Field Value",
22
+ "Method": "Method",
23
+ "Headers": "Headers",
24
+ "Query Parameters": "Query Parameters",
25
+ "Body": "Body",
26
+ "No Error on Failure": "No Error on Failure",
27
+ "Timeout (in seconds)": "Timeout (in seconds)",
28
+ "The ID of the record to delete.": "The ID of the record to delete.",
29
+ "Field to find the record by": "Field to find the record by",
30
+ "The value to search for in the specified field.": "The value to search for in the specified field.",
31
+ "The ID of the record to update.": "The ID of the record to update.",
32
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
33
+ "GET": "GET",
34
+ "POST": "POST",
35
+ "PATCH": "PATCH",
36
+ "PUT": "PUT",
37
+ "DELETE": "DELETE",
38
+ "HEAD": "HEAD"
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Knack": "Knack",
3
+ "API Key": "API 密钥",
4
+ "Application ID": "Application ID",
5
+ "Your Knack API Key available in the Settings section of the Builder.": "Your Knack API Key available in the Settings section of the Builder.",
6
+ "Your Application ID available in the Settings section of the Builder.": "Your Application ID available in the Settings section of the Builder.",
7
+ "Create Record": "Create Record",
8
+ "Delete Record": "Delete Record",
9
+ "Find Record": "Find Record",
10
+ "Update Record": "Update Record",
11
+ "Custom API Call": "自定义 API 呼叫",
12
+ "Creates a new record into a specified object/table.": "Creates a new record into a specified object/table.",
13
+ "Deletes an existing record from a table.": "Deletes an existing record from a table.",
14
+ "Finds a single record using field value.": "Finds a single record using field value.",
15
+ "Updates an existing record.": "Updates an existing record.",
16
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
17
+ "Object": "Object",
18
+ "Record Fields": "Record Fields",
19
+ "Record ID": "Record ID",
20
+ "Field ID": "Field ID",
21
+ "Field Value": "Field Value",
22
+ "Method": "方法",
23
+ "Headers": "信头",
24
+ "Query Parameters": "查询参数",
25
+ "Body": "正文内容",
26
+ "No Error on Failure": "失败时没有错误",
27
+ "Timeout (in seconds)": "超时(秒)",
28
+ "The ID of the record to delete.": "The ID of the record to delete.",
29
+ "Field to find the record by": "Field to find the record by",
30
+ "The value to search for in the specified field.": "The value to search for in the specified field.",
31
+ "The ID of the record to update.": "The ID of the record to update.",
32
+ "Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
33
+ "GET": "获取",
34
+ "POST": "帖子",
35
+ "PATCH": "PATCH",
36
+ "PUT": "弹出",
37
+ "DELETE": "删除",
38
+ "HEAD": "黑色"
39
+ }