4 skills found
0xdpfly / CLAUDEA development framework based on Gin, which provides a clear directory structure and powerful features. It includes commonly used middleware such as parameter validation and exception handling, as well as utility methods like HTTP request encapsulation and email services. It also supports databases like MySQL, MongoDB, and Redis.
SiriusScan / mcpMCP SERVER INSTRUCTIONS GITHUB MCP REPO: https://github.com/SiriusScan/Sirius Owner: SiriusScan Repository Name: Sirius
sssorc / mainApi docs This API is a work in progress. It will include APIs for the devigger and sportsbooks' odds. Devigger API URL: http://api.crazyninjaodds.com/api/devigger/v1/sportsbook_devigger.aspx?api=o
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details