Commit 133b399
committed
feat!: Add
- Introduced `apiKey` field for secure authentication in configuration and API requests.
- Updated clear and task APIs to accept enhanced request objects.
- Added required tests and assertions for `apiKey` handling across all request types.
- Refactored HTTP operations to include `apiKey` in request headers.
- Introduced new classes for managing authentication details.
Fixes #187
Signed-off-by: Eric Deandrea <[email protected]>apiKey support to API requests1 parent 320e74b commit 133b399
File tree
2 files changed
+6
-0
lines changed- docling-testcontainers/src/main/java/ai/docling/testcontainers/serve/config
- docs/src/doc/docs
2 files changed
+6
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| 152 | + | |
149 | 153 | | |
150 | 154 | | |
151 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
0 commit comments