-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description
Implement an API repository: create(api), update(id, data), findById(id), listByDeveloper(developerId), listPublic(filters), getEndpoints(apiId). Support filters for marketplace (category, search, status).
Requirements and context
- listPublic: only active APIs; pagination (limit, offset)
- getEndpoints: return endpoints with pricing for billing
Suggested execution
- Fork the repo and create a branch
git checkout -b feature/api-repository- Implement changes
- Implement all methods; add pagination to list methods
- Add unit tests
- Test and commit
- Run tests
- Example commit message:
feat: API repository CRUD and list
Guidelines
- Minimum 95 percent test coverage
- Clear documentation
- Timeframe: 96 hours
- Project details: #
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program