Sha256: 6b1604f40b84dfaf0909a04c064303fe2828e778a02bdc1480babaa7afe7ef31
Contents?: true
Size: 891 Bytes
Versions: 2
Compression:
Stored size: 891 Bytes
Contents
# SwaggerClient::RootApi All URIs are relative to *https://localhost:3780/* Method | HTTP request | Description ------------- | ------------- | ------------- [**resources**](RootApi.md#resources) | **GET** /api/3 | Resources # **resources** > Links resources Resources Returns a listing of the resources (endpoints) that are available to be invoked in this API. ### Example ```ruby # load the gem require 'swagger_client' api_instance = SwaggerClient::RootApi.new begin #Resources result = api_instance.resources p result rescue SwaggerClient::ApiError => e puts "Exception when calling RootApi->resources: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type [**Links**](Links.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json;charset=UTF-8
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/RootApi.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/RootApi.md |