-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The structure is now as follows class GenericApi: -- contains handle_error, add_time class WorkerApi(GenericApi): -- contains the apis used by the worker class UserApi(GenericApi): -- Apis useful for application developers class InternalApi(GenericApi): -- Apis (possibly exposing sensitive data) that should only be used by Fishtest itself (possibly access controlled).
- Loading branch information
1 parent
291c616
commit 8c7ec81
Showing
3 changed files
with
194 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.