[
https://issues.apache.org/jira/browse/NIFIREG-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211071#comment-16211071
]
ASF GitHub Bot commented on NIFIREG-35:
---------------------------------------
Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/22#discussion_r145697270
--- Diff: pom.xml ---
@@ -39,12 +39,14 @@
<module>nifi-registry-runtime</module>
<module>nifi-registry-security-api</module>
<module>nifi-registry-security-api-impl</module>
- <module>nifi-registry-framework</module>
+ <module>nifi-registry-security-utils</module>
+ <module>nifi-registry-framework</module>
<module>nifi-registry-provider-api</module>
<module>nifi-registry-web-api</module>
<module>nifi-registry-web-ui</module>
<module>nifi-registry-bootstrap</module>
<module>nifi-registry-assembly</module>
+ <module>nifi-registry-client</module>
--- End diff --
Very minor, but if you end up making any other changes to this prior to
merge, the indentation is off here and in the dependency added to
nifi-registry-web-api's pom.xml.
> Implement a client for the REST API
> -----------------------------------
>
> Key: NIFIREG-35
> URL: https://issues.apache.org/jira/browse/NIFIREG-35
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Fix For: 0.0.1
>
>
> It would be helpful to offer a basic client for interacting with the REST API
> and save everyone the work of setting up the plumbing for Jersey client or
> some other library.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)