# README
categoriesclient
# Functions
No description provided by the author
# Structs
AssociateCategoryWithProjectRequest represents the request structure to associate a category with a project.
AssociateCategoryWithSkillRequest represents the request structure to associate a category with a skill.
Category represents the structure of a category.
Client represents an HTTP client that can be used to send requests to the categories server.
CreateCategoryRequest represents the structure of a category for a create request.
DisassociateCategoryFromSkillRequest represents the request structure to disassociate a category from a skill.
GetCategoriesForSkillRequest represents the request structure to get categories for a specific skill.
GetCategoriesForSkillResponse represents the response structure from the get categories request.
GetSkillIDsForCategoryRequest represents the request structure to get skill IDs for a specific category.
GetSkillIDsForCategoryResponse represents the response structure from the get skill IDs request.