Get resolver content
This API endpoint accepts query parameters name and category and returns a ResolverContent object.
Query Parameters¶
Parameter | Type | Required | Description |
---|---|---|---|
name | String | Yes | string of the name to resolve |
category | String | Yes | string of the category to resolve |
Response¶
Parameter | Type | Description |
---|---|---|
content | String | the content matching the query |
category | String | the category requested |
name | String | the name requested |