Skip to content

Commit

Permalink
Reference hub OpenAPI definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Apr 19, 2024
1 parent f6c3bad commit 234696d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/app/api/models.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// hub OpenAPI definition: https://github.com/konveyor/tackle2-hub/blob/main/docs/openapi3.json

export enum MimeType {
TAR = "tar",
YAML = "yaml",
Expand Down
2 changes: 2 additions & 0 deletions client/src/app/api/rest.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// hub OpenAPI definition: https://github.com/konveyor/tackle2-hub/blob/main/docs/openapi3.json

import axios, { AxiosPromise } from "axios";

import {
Expand Down

0 comments on commit 234696d

Please sign in to comment.