We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dceec1 commit 0942926Copy full SHA for 0942926
webapp/lib/api.ts
@@ -2,5 +2,6 @@
2
export { sourceCodeAPI } from './api/sourceCode';
3
export { pipelineAPI } from './api/pipeline';
4
export { pullRequestAPI } from './api/pullRequest';
5
+export { configurationAPI } from './api/configuration';
6
export type { ApiParams } from './api/client';
7
export { fetchAPI } from './api/client';
0 commit comments