npm node#
ใช้ npm node เพื่อทำงานอัตโนมัติใน npm และเชื่อมต่อกับแอปอื่น ๆ
ในหน้านี้ คุณจะพบรายการ operations ที่ npm node รองรับ พร้อมลิงก์สำหรับข้อมูลเพิ่มเติม
Credentials
ดู npm credentials เพื่อดูวิธีการตั้งค่า authentication
Operations#
- Package
- Get Package Metadata
- Get Package Versions
- Search for Packages
- Distribution Tag
- Get All Tags
- Update a Tag
Templates and examples#
Related resources#
ดู npm's documentation เพื่อข้อมูลเพิ่มเติมเกี่ยวกับบริการ
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.