Dragon Family icon

Dragon Family

Interact with the Dragon Family API

Overview

The "List Skills" operation of the Dragon Family node provides a predefined list of personal development skills along with their descriptions. This node is useful for scenarios where you want to retrieve and display a set of key life skills, such as in educational apps, coaching platforms, or personal growth tools. For example, it can be used to populate dropdowns or informational sections that help users understand different skill areas they might want to develop.

Properties

Name Meaning
Base URL The base URL for the Dragon Family API. Defaults to https://api.dragonfamily.com.
User Token Your API access token. It will be sent as a Bearer token in the Authorization header for authentication.

Output

The output is a JSON object containing key-value pairs where each key is a skill identifier and the value is a detailed description of that skill. The skills included are:

  • relationships_building: Ability to connect with others, listen, understand, express feelings, resolve conflicts, and find compromises.
  • self_reliance: Ability to make decisions independently, set goals, solve problems, and take responsibility.
  • sense_of_purpose: Ability to stay focused on goals, overcome obstacles, and persist despite difficulties.
  • money_management: Ability to plan expenses, save money, and allocate income effectively.
  • creativity: Ability to find unconventional solutions, see things differently, and express thoughts through art.
  • critical_thinking: Ability to analyze information, identify key points, compare viewpoints, and make reasoned decisions.
  • lifetime_learning: Ability and motivation to continuously acquire knowledge and improve skills.

Example output JSON snippet:

{
  "relationships_building": "Relationship building is the ability to connect with others, listen and understand them, express thoughts and feelings, resolve conflicts, and find compromises.",
  "self_reliance": "Self-reliance is the ability to make decisions, set goals independently, solve your own problems, and take responsibility for your freedom of choice.",
  "sense_of_purpose": "Sense of purpose is the ability to stay focused on set goals, overcome obstacles, and keep going despite difficulties.",
  "money_management": "Money management is the ability to plan expenses, save money, and allocate income effectively.",
  "creativity": "Creativity is the ability to find unconventional solutions, see things differently, and express thoughts and feelings through art.",
  "critical_thinking": "Critical thinking is the ability to analyze information, identify key points, compare and evaluate viewpoints, and make reasoned decisions.",
  "lifetime_learning": "Lifelong learning is the ability and motivation to continuously acquire knowledge and improve existing skills."
}

Dependencies

  • Requires an active internet connection to reach the Dragon Family API at the specified Base URL.
  • Requires a valid API access token to authenticate requests via the Authorization header.

Troubleshooting

  • Empty or missing token: If the User Token is not provided or invalid, the API may reject requests. Ensure you have a valid token and enter it correctly.
  • Incorrect Base URL: Changing the Base URL from the default may cause connection failures if the URL is incorrect or unreachable.
  • No data returned: If the operation selected is not "List Skills", the node returns an empty array. Make sure the correct operation is selected.
  • Network issues: Connectivity problems can prevent reaching the API endpoint; verify network settings and firewall rules.

Links and References

Discussion