-
Hi there,
So I followed up the steps in the [running grafeas server](https://github.com/grafeas/grafeas/blob/master/docs/running_grafeas.md)
```bash
cd ~/go/src/github.com/grafeas/grafeas
cd go/…
-
### **Problem**
Server and client json renderers do not match. Client code (defined in `client-go`) expects json keys in snake_case, and the server code (defined in `grafeas/grafeas`) sends json ke…
-
## Expected Behavior
Update the examples to use Go client library and refer to the v1beta Grafeas API reference.
## Actual Behavior
Currently, refers to Java client library from alpha version and…
-
## Problem
The current HTTP JSON to RPC mapping does not seem to generate proper string replacement logic, so the HTTP request will always result in a `404`.
### Example
The following would yie…
-
Latest API provided by code in grafeas uses "v1beta" API, so this client needs to be regenerated.
-
Came out of this [discussion](https://github.com/rode/grafeas-elasticsearch/pull/65#discussion_r609083642).
The [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/pagin…
-
I want to generate grafeas V1 version client api by swagger-codegen,is there a Swagger Json of grafeas client api?
-
### **Problem**
Nested if statement that checks for `StatusCode == 200` is always [ignored](https://github.com/grafeas/client-go/blob/master/0.1.0/api_grafeas_v1_beta1.go#L97):
```go
if localVarH…
-
**Is your feature request related to a problem? Please describe.**
`gcloud` creates attestations using the `genericSignedAttestation` rather than `pgpSignedAttestation` ([docs][1]). Kritis doesn't se…
-
#### What happened:
There was a problem when installing the latest version of the software
And got response:
```sh
$ go install sigs.k8s.io/promo-tools/v4/cmd/kpromo@v4.0.4
go: downloading sigs.k8s…