n8n-nodes-dragonballapi
v0.1.0
Published
n8n community node for Dragon Ball API
Maintainers
Readme
n8n-nodes-dragonball-api
Community node for n8n that consumes the public Dragon Ball API.
Features
Character -> Get ManyCharacter -> Get By IDPlanet -> Get Many- Pagination parameters:
page,limit - Optional name filter:
name - Optional
Return Full Responseto returnitems,meta, andlinks
API Base URL
https://dragonball-api.com/api
No credentials are required for the supported endpoints.
Node Parameters
Character -> Get Many
Page(number)Limit(number)Name(string, optional)Return Full Response(boolean)
Character -> Get By ID
Character ID(number)
Planet -> Get Many
Page(number)Limit(number)Name(string, optional)Return Full Response(boolean)
Development
npm install
npm run devBuild:
npm run buildLint:
npm run lintNotes
- This package is based on the n8n community node format.
- Update
package.jsonauthor/repository fields before publishing.
