-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(httpapi): annotate Descriptor with RequestType (#1010)
This diff changes the httpapi to annotate a Descriptor with the RequestType. Internally, the descriptor will include a RequestDescriptor that for now only contains the body. Soon, it may contain more fields. With the Descriptor annotated with a request type, we're now well positioned to generate half of the swagger. The reference issue is ooni/probe#2372
- Loading branch information
1 parent
6d42be6
commit 7fa53b4
Showing
9 changed files
with
133 additions
and
88 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.