What problem does it solve?
This Skill provides a command-line interface to interact with the Nullplatform API, enabling users to explore entities, query data, and understand API structure without needing to write raw HTTP requests.
Core Features & Use Cases
- API Exploration: Discover available API endpoints, their parameters, and expected responses.
- Data Fetching: Retrieve specific data points or lists of resources from Nullplatform.
- Authentication Management: Helps verify and configure authentication for API access.
- Use Case: A developer needs to find all active applications within a specific namespace. They can use
/np-api search-endpoint application to find the relevant endpoint, then /np-api describe-endpoint /application to understand its parameters, and finally /np-api fetch-api "/application?namespace_id={id}&status=active" to get the data.
Quick Start
Use /np-api to see the map of entities and relationships in Nullplatform.