package
0.0.0-20231012143342-a98e7bc7e75b
Repository: https://github.com/grafeas/client-go.git
Documentation: pkg.go.dev
# README
Go API client for grafeas
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
Overview
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: version not set
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
Installation
Put the package under your project folder and add the following in import:
import "./grafeas"
Documentation for API Endpoints
All URIs are relative to https://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
ProjectsApi | ProjectsCreateProject | Post /v1beta1/projects | Creates a new project. |
ProjectsApi | ProjectsDeleteProject | Delete /v1beta1/{name} | Deletes the specified project. |
ProjectsApi | ProjectsGetProject | Get /v1beta1/{name} | Gets the specified project. |
ProjectsApi | ProjectsListProjects | Get /v1beta1/projects | Lists projects. |
Documentation For Models
Documentation For Authorization
Endpoints do not require authorization.