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.320
  • Package version: 1.0.0
  • Generator version: 7.10.0-SNAPSHOT
  • 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 http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = ossindex_api_client.Configuration(
    host = "http://localhost"
)

# 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_instance.post(body=body)
    except ApiException as e:
        print("Exception when calling ComponentVulnerabilityReportsApi->post: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

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-0.0.1.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-0.0.1-py3-none-any.whl (30.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ossindex_api_client-0.0.1.tar.gz
  • Upload date:
  • Size: 21.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.10

File hashes

Hashes for ossindex_api_client-0.0.1.tar.gz
Algorithm Hash digest
SHA256 56c5e44f51045eb6231bb6b12c90f62790870e0e5cc340b00ea6b54b61166008
MD5 d27637e8c115b969f0f206d82f49a942
BLAKE2b-256 2c6de61e77168b7167b4e859ddf99a0c6f1c61130374b4dda42fa178a548cf9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ossindex_api_client-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bacc686a7fdd86d676f2a92ca40675e5255b95406872afae56cf9796bff81449
MD5 4d1566ad453d66eb8a8bdbfdc0b1dd98
BLAKE2b-256 d4785d9158040d613ca634d61688838b01c9092048cb16bb6541bcac21ea7726

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