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

Refactor HTTP controllers structure #24

Closed
antonkomarev opened this issue Jul 6, 2019 · 0 comments · Fixed by #27
Closed

Refactor HTTP controllers structure #24

antonkomarev opened this issue Jul 6, 2019 · 0 comments · Fixed by #27
Labels
enhancement New feature or request
Milestone

Comments

@antonkomarev
Copy link
Member

Current implementation

  • Cog\Laravel\Paket\Http\Controllers\Api\Jobs\Collect\Action
  • Cog\Laravel\Paket\Http\Controllers\Api\Jobs\Collect\Request
  • Cog\Laravel\Paket\Http\Controllers\Api\Jobs\Collect\Response

New implementation

  • Cog\Laravel\Paket\Http\Controllers\Api\Jobs\CollectAction
  • Cog\Laravel\Paket\Http\Controllers\Api\Jobs\CollectRequest
  • Cog\Laravel\Paket\Http\Controllers\Api\Jobs\CollectResponse
@antonkomarev antonkomarev added the enhancement New feature or request label Jul 6, 2019
@antonkomarev antonkomarev added this to the Backlog milestone Jul 6, 2019
@antonkomarev antonkomarev modified the milestones: Backlog, v2.0.0 Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant