Community Contributed Code¶
API Code¶
Things you will need to interact with NeXpose from other tools/scripts:Link to a project launch page
- Community version of NeXpose for getting things up and going.
- The current version (1.1) of the NeXpose XML API
- A tool capable of sending get and post requests (cURL, wget, ruby, python, .net, etc)
- Contributed code for your selected tool: ruby, python, curl
- Documentation on XML API requests and responses
- Some test scenarios to run through to verify your code works as expected.