What do you want to automate with npm and Belco?
Prompt, edit and deploy AI agents that connect to npm, Belco and 2,500+ other apps in seconds. Trusted by 1,000,000+ developers from startups to Fortune 500 companies Add Note to Conversation with Belco API on New Download Counts from npm API
Try it Close Conversation with Belco API on New Download Counts from npm API
Try it Create Conversation with Belco API on New Download Counts from npm API
Try it List All Conversations with Belco API on New Download Counts from npm API
Try it Reopen Conversation with Belco API on New Download Counts from npm API
Try it Load more
New Download Counts from the npm API
Try it New Package Version from the npm API
Try it New Conversation from the Belco API
Try it Add Note to Conversation with the Belco API
Try it Close Conversation with the Belco API
Try it Create Conversation with the Belco API
Try it List All Conversations with the Belco API
Try it Reopen Conversation with the Belco API
Try it Load more
Integrate the npm API with the Belco API
Setup the npm API trigger to run a workflow which integrates with the Belco API. Pipedream's integration platform allows you to integrate npm and Belco remarkably fast. Free for developers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent ( {
props : {
belco : {
type : "app" ,
app : "belco" ,
}
} ,
async run ( { steps, $} ) {
return await axios ( $, {
url : ` https://api.belco.io/v1/users ` ,
headers : {
Authorization : ` Bearer ${ this . belco. $auth. api_token} ` ,
"accept" : ` application/json ` ,
} ,
} )
} ,
} )
Trusted by 1,000,000+ developers from startups to Fortune 500 companies