Initial commit
This commit is contained in:
38
templates/integrations/README.md
Normal file
38
templates/integrations/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Integration Templates
|
||||
|
||||
Framework-specific integration code templates
|
||||
|
||||
## Supported Frameworks
|
||||
|
||||
### Python
|
||||
- FastAPI
|
||||
- Flask
|
||||
- Django
|
||||
|
||||
### TypeScript
|
||||
- Next.js
|
||||
- Express
|
||||
- NestJS
|
||||
|
||||
### Ruby
|
||||
- Rails
|
||||
- Sinatra
|
||||
|
||||
### Java
|
||||
- Spring Boot
|
||||
|
||||
### Go
|
||||
- Gin
|
||||
- Echo
|
||||
|
||||
### C#
|
||||
- ASP.NET Core
|
||||
|
||||
## Template Structure
|
||||
|
||||
Each integration template includes:
|
||||
- API endpoint/route
|
||||
- Request/response models
|
||||
- Error handling
|
||||
- Async patterns
|
||||
- Configuration examples
|
||||
Reference in New Issue
Block a user