From cdd1f553c5c9d474a9d9ca009e4d7504cb37c1af Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Mon, 3 Feb 2025 12:17:05 -0500 Subject: [PATCH] [#24] Move IRODSRules into its own section of the README. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e883e2..0d2ae95 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ See the [high-level unit tests](src/test/java/org/irods/irods4j/high_level) for ### Administration APIs - IRODSResources -- IRODSRules - IRODSTickets - IRODSUsers - IRODSZones @@ -47,6 +46,10 @@ See the [high-level unit tests](src/test/java/org/irods/irods4j/high_level) for - IRODSDataObjectStream +### Rule Execution APIs + +- IRODSRules + ## Low-Level APIs **IMPORTANT: Not all API operations are supported by the high-level APIs.**