Skip to content

Implement API Repository (CRUD and List) #13

@greatest0fallt1me

Description

@greatest0fallt1me

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: #

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions