Class RestHelper


  • public class RestHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RestHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String post​(java.net.URI uri, AuthenticationProvider authenticationProvider, java.lang.String yamlContent)  
      java.lang.String put​(java.net.URI uri, AuthenticationProvider authenticationProvider, java.lang.String yamlContent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestHelper

        public RestHelper()
    • Method Detail

      • post

        public java.lang.String post​(java.net.URI uri,
                                     AuthenticationProvider authenticationProvider,
                                     java.lang.String yamlContent)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • put

        public java.lang.String put​(java.net.URI uri,
                                    AuthenticationProvider authenticationProvider,
                                    java.lang.String yamlContent)
                             throws java.io.IOException
        Throws:
        java.io.IOException