Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maven users will need to add the following dependency to their pom.xml for this component:

 

<dependency>
    
Code Block
languagexml
<dependency>
    <groupId>org.apache.camel</groupId>
    

    <artifactId>camel-braintree</artifactId>
    

    <version>${camel-version}</version>

</dependency>

 

URI format

 

Code Block
linkedin://endpoint-prefix/endpoint?[options]

 

Endpoint prefix can be one of:

...