https://github.com/rapid7/nexpose-client
DEPRECATED: Rapid7 Nexpose API client library written in Ruby
https://github.com/rapid7/nexpose-client
deprecated obsolete
Last synced: 9 months ago
JSON representation
DEPRECATED: Rapid7 Nexpose API client library written in Ruby
- Host: GitHub
- URL: https://github.com/rapid7/nexpose-client
- Owner: rapid7
- License: bsd-3-clause
- Created: 2011-10-21T19:04:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T09:18:39.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:17:10.626Z (over 1 year ago)
- Topics: deprecated, obsolete
- Language: Ruby
- Homepage: https://www.rapid7.com/
- Size: 1.31 MB
- Stars: 150
- Watchers: 233
- Forks: 102
- Open Issues: 26
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# DEPRECATED
The [RESTful API for the Nexpose/InsightVM Security Console](https://help.rapid7.com/insightvm/en-us/api/index.html) has rendered this library obsolete. If you require a Ruby library for that API you can use a [generated client](https://github.com/rapid7/vm-console-client-ruby). Clients for other languages can be generated from the Swagger specification. Note that generated clients are not officially supported or maintained by Rapid7.
While this project is no longer under active development, it is still maintained by Rapid7 for internal testing needs. Pull requests will continue to be reviewed and accepted, and new versions published as requested.
# Nexpose-Client
[](http://unmaintained.tech/) [](http://badge.fury.io/rb/nexpose) [](https://travis-ci.org/rapid7/nexpose-client) [](https://codeclimate.com/github/rapid7/nexpose-client) [](http://inch-ci.org/github/rapid7/nexpose-client) [](https://codeclimate.com/github/rapid7/nexpose-client)
This is the official gem package for the Ruby Nexpose API client library.
For assistance with using the gem or to discuss different approaches, please open an issue. To share or discuss scripts which use the gem head over to the [Nexpose Resources](https://github.com/rapid7/nexpose-resources) project.
Check out the [wiki](https://github.com/rapid7/nexpose-client/wiki) for walk-throughs and other documentation. Submit bugs and feature requests on the [issues](https://github.com/rapid7/nexpose-client/issues) page.
This gem is heavily used for internal, automated testing of the Nexpose product. It provides calls to the Nexpose XML APIs version 1.1 and 1.2, and JSON API 2.1. It also includes a number of helper methods which are not currently exposed through alternate means.
Since version 1.0 nexpose-client uses [Semantic Versioning](http://semver.org/). This allows for confident use of the [pessimistic operator](https://robots.thoughtbot.com/rubys-pessimistic-operator) in scripts or larger ruby projects.
Install the gem with Rubygems: `gem install nexpose`
## Release Notes
Release notes are available on the [Releases](https://github.com/rapid7/nexpose-client/releases) page.
The full Changelog is available as well, on the [Changelog](https://github.com/rapid7/nexpose-client/blob/master/CHANGELOG.md) page.
## Contributions
We welcome contributions to this package. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
Our coding standards include:
* Favor returning classes over key-value maps. Classes tend to be easier for users to manipulate and use.
* Unless otherwise noted, code should adhere to the Ruby Style Guide: https://github.com/bbatsov/ruby-style-guide
* Use YARDoc comment style to improve the API documentation of the gem.
Full usage examples or task-oriented scripts should be submitted to the [Nexpose Resources](https://github.com/rapid7/nexpose-resources) project. Smaller examples can be added to the [wiki](https://github.com/rapid7/nexpose-client/wiki).
## License
The nexpose-client gem is provided under the 3-Clause BSD License. See [COPYING](COPYING) for details.
## Credits
Rapid7, Inc.