UNPKG

n8n-nodes-chatwork

Version:

Provides n8n nodes to retrieve data from Chatwork API.

6 lines (5 loc) 146 B
export declare const BASE_URL = "https://api.chatwork.com/v2"; export declare const CREDENTIAL: { TYPE: string; PROPERTY_NAME: string; };