Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Reseller api #14

Open
14 tasks
ThomasRedpanda opened this issue May 18, 2021 · 0 comments
Open
14 tasks

Implement Reseller api #14

ThomasRedpanda opened this issue May 18, 2021 · 0 comments
Labels
hacktoberfest Great first ticket

Comments

@ThomasRedpanda
Copy link
Contributor

Documentation: https://apidocs.basekit.com/api-reference/resellers/

Module

  • Add a ResellerApi module to the Api namespace.
  • Add the module to the BaseKit class.

Endpoints:

  • get resellers
  • create reseller
  • get reseller
  • update reseller
  • delete reseller
  • get reseller prices
  • get reseller price
  • create reseller price
  • update reseller price
  • delete reseller prices

When implementing the endpoints, make sure to include links to the documentation using the @see annotation in the docblocks.

Testing

  • Add tests for all the added domain objects
  • Add tests for the added endpoints
@ThomasRedpanda ThomasRedpanda added the hacktoberfest Great first ticket label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Great first ticket
Projects
None yet
Development

No branches or pull requests

1 participant