Skip to main content

Sonatype OSS Index

Project description

ossindex-api-client

This documents the available APIs into Sonatype OSS Index - API Version: 1-SNAPSHOT (be72c8343baab38a8c598d28dafc78003dce81db).

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 2024.323
  • Package version: 1.0.0
  • Generator version: 7.9.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://github.com/sonatype-nexus-community

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/sonatype-nexus-community/ossindex-api-client.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/sonatype-nexus-community/ossindex-api-client.git)

Then import the package:

import ossindex_api_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import ossindex_api_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import ossindex_api_client
from ossindex_api_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://ossindex.sonatype.org
# See configuration.py for a list of all supported configuration parameters.
configuration = ossindex_api_client.Configuration(
    host = "https://ossindex.sonatype.org"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure HTTP basic authorization: apiToken
configuration = ossindex_api_client.Configuration(
    username = os.environ["USERNAME"],
    password = os.environ["PASSWORD"]
)

# Configure HTTP basic authorization: basicAuth
configuration = ossindex_api_client.Configuration(
    username = os.environ["USERNAME"],
    password = os.environ["PASSWORD"]
)


# Enter a context with an instance of the API client
with ossindex_api_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ossindex_api_client.ComponentVulnerabilityReportsApi(api_client)
    body = ossindex_api_client.ComponentReportRequest() # ComponentReportRequest |  (optional)

    try:
        # Request vulnerability reports for components
        api_response = api_instance.post(body=body)
        print("The response of ComponentVulnerabilityReportsApi->post:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling ComponentVulnerabilityReportsApi->post: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://ossindex.sonatype.org

Class Method HTTP request Description
ComponentVulnerabilityReportsApi post POST /api/v3/component-report Request vulnerability reports for components
ComponentVulnerabilityReportsApi post1 POST /api/v3/authorized/component-report Request vulnerability reports for components
VersionApi get GET /api/v3/version Get service version information

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

apiToken

  • Type: HTTP basic authentication

basicAuth

  • Type: HTTP basic authentication

Author

community@sonatype.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ossindex_api_client-2024.323.0.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ossindex_api_client-2024.323.0-py3-none-any.whl (30.6 kB view details)

Uploaded Python 3

File details

Details for the file ossindex_api_client-2024.323.0.tar.gz.

File metadata

  • Download URL: ossindex_api_client-2024.323.0.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.1 CPython/3.12.7 Linux/6.5.0-1025-azure

File hashes

Hashes for ossindex_api_client-2024.323.0.tar.gz
Algorithm Hash digest
SHA256 9879c67f94d5f75f4651c228e7046803845d460bca5dd6f1670276113f1d9d5b
MD5 ea2850bc36c539e44d2100c388b165f0
BLAKE2b-256 216ba667611c5c4c7a644478ecc00d989f5dc1fd001c9836727251ac74461dca

See more details on using hashes here.

File details

Details for the file ossindex_api_client-2024.323.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ossindex_api_client-2024.323.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a97c0e0500ecee0a9f72e7027b3706e60a23c689087bf8087f55bd7adfa65932
MD5 cc221350d041a092ce55d25ce4aa29a5
BLAKE2b-256 51b274410bede8ad4c4b7b14097d263d30ad6788c135bfd946f0f8a65365f319

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page