We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a71c17 commit 8a449fcCopy full SHA for 8a449fc
1 file changed
README.md
@@ -333,25 +333,12 @@ taiga.deleteTask(task.getId());
333
```
334
335
336
-# Notes on Taiga Integration Tests
+# Note on Taiga public API
337
338
The Taiga public API applies throttling/rate limits.
339
340
Some heavy traversal integration tests are intentionally disabled to avoid excessive API requests.
341
342
-Integration tests require:
343
-
344
-```text
345
-src/test/resources/config.properties
346
-```
347
348
-Example:
349
350
351
-taiga.host=https://api.taiga.io
352
-taiga.username=your_username
353
-taiga.password=your_password
354
355
356
357
# API Reference
0 commit comments