Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 671 Bytes

File metadata and controls

25 lines (18 loc) · 671 Bytes

Feedvisor's External API example code

Sample code that uses Feedvisor's APIs to change configurations.

Code Example

First you need to make sure that your client credentials are set in the constants that are at the top of AuthenticationExample class, then you can run the main function in the same class

or

After running install in maven, run:

java -jar target/external-example-1.0-SNAPSHOT-jar-with-dependencies.jar

Installation

After making sure that your client credentials are set in the constants that are at the top of AuthenticationExample class, run:

mvn clean install

API Reference

Exists in Feedvisor's Knowledge Base