The Bazaarvoice Export tool was created to help developers experiment with Bazaarvoice export APIs (DCE,PSI). The example applications are meant as both a reference implementation of how to use the Bazaarvoice export APIs, as well to get an idea on the content that is available. The sample is written in different languages (Node.js, Python, etc.).
To see what Displayable Content Export is, please refer to the Bazaarvoice documentation for details.
To see what Product Sentiment Insights API is, please refer to the Bazaarvoice documentation for details.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Bazaarvoice export APIs based on the HTTP-protocol, and as such, are not bound to any specific programming language. Your application might be written in Java, JavaScript, Ruby, Python, Perl, C#, C++, or any other programming language in which HTTP requests can be made over the internet.
The reference languages contained in this project are simple examples of how one might interact with export content. These examples are not meant for production use. Your implementation will require exception handling, HTTP retries in case of network failures, etc.
Found a bug or missing feature? Please open an issue!
Send your feedback. Send your pull requests. All contributions are appreciated, especially porting to other programming languages!