Refactor AccessQueueService API to separate project #24
Labels
No Label
bug
enhancement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: henry/AccessQueueService#24
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is value in being able to use the AccessQueue directly without running an API instance. By breaking out the AccessQueueService into an API and a class library the library can either be implemented directly into other APIs or the API can be run as a service.