{"id":20445843,"url":"https://github.com/rapid7/nexpose-client","last_synced_at":"2025-10-16T10:02:44.407Z","repository":{"id":675351,"uuid":"2622467","full_name":"rapid7/nexpose-client","owner":"rapid7","description":"DEPRECATED: Rapid7 Nexpose API client library written in Ruby","archived":false,"fork":false,"pushed_at":"2025-03-06T09:18:39.000Z","size":1370,"stargazers_count":150,"open_issues_count":26,"forks_count":102,"subscribers_count":233,"default_branch":"master","last_synced_at":"2025-04-12T22:17:10.626Z","etag":null,"topics":["deprecated","obsolete"],"latest_commit_sha":null,"homepage":"https://www.rapid7.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rapid7.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-10-21T19:04:49.000Z","updated_at":"2025-03-06T09:18:43.000Z","dependencies_parsed_at":"2023-02-15T08:46:45.530Z","dependency_job_id":"f3fe432a-7c4c-4054-8435-32e61586fc8b","html_url":"https://github.com/rapid7/nexpose-client","commit_stats":{"total_commits":1029,"total_committers":73,"mean_commits":"14.095890410958905","dds":0.6355685131195336,"last_synced_commit":"12c7606c63887f5c7de3293a9c1b121aee5750f5"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Fnexpose-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Fnexpose-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Fnexpose-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rapid7%2Fnexpose-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rapid7","download_url":"https://codeload.github.com/rapid7/nexpose-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149919,"owners_count":22022851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deprecated","obsolete"],"created_at":"2024-11-15T10:14:39.196Z","updated_at":"2025-10-16T10:02:39.371Z","avatar_url":"https://github.com/rapid7.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\nThe [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.\n\nWhile 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.\n\n# Nexpose-Client\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Gem Version](https://badge.fury.io/rb/nexpose.svg)](http://badge.fury.io/rb/nexpose) [![Build Status](https://travis-ci.org/rapid7/nexpose-client.svg?branch=master)](https://travis-ci.org/rapid7/nexpose-client) [![Test Coverage](https://codeclimate.com/github/rapid7/nexpose-client/badges/coverage.svg)](https://codeclimate.com/github/rapid7/nexpose-client) [![Inline docs](http://inch-ci.org/github/rapid7/nexpose-client.svg?branch=master)](http://inch-ci.org/github/rapid7/nexpose-client) [![Code Climate](https://codeclimate.com/github/rapid7/nexpose-client/badges/gpa.svg)](https://codeclimate.com/github/rapid7/nexpose-client)\n\nThis is the official gem package for the Ruby Nexpose API client library.\n\nFor 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.\n\nCheck 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.\n\nThis 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.\n\nSince 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.\n\nInstall the gem with Rubygems: `gem install nexpose`\n\n## Release Notes\n\nRelease notes are available on the [Releases](https://github.com/rapid7/nexpose-client/releases) page.\n\nThe full Changelog is available as well, on the [Changelog](https://github.com/rapid7/nexpose-client/blob/master/CHANGELOG.md) page.\n\n## Contributions\n\nWe welcome contributions to this package. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\nOur coding standards include:\n\n* Favor returning classes over key-value maps. Classes tend to be easier for users to manipulate and use.\n* Unless otherwise noted, code should adhere to the Ruby Style Guide: https://github.com/bbatsov/ruby-style-guide\n* Use YARDoc comment style to improve the API documentation of the gem.\n\nFull 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).\n\n## License\n\nThe nexpose-client gem is provided under the 3-Clause BSD License. See [COPYING](COPYING) for details.\n \n## Credits\n\nRapid7, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapid7%2Fnexpose-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frapid7%2Fnexpose-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frapid7%2Fnexpose-client/lists"}