# README
Go API client for rest
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.v3.generators.go.GoClientCodegen
Installation
Put the package under your project folder and add the following in import:
import "./rest"
Documentation for API Endpoints
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
ScribeServiceApi | ScribeServiceCheck | Post /grpc/v1/health_check | see: https://github.com/grpc/grpc/blob/master/doc/health-checking.md |
ScribeServiceApi | ScribeServiceFilterLogs | Post /grpc/v1/filter_logs | |
ScribeServiceApi | ScribeServiceStreamLogs | Post /grpc/v1/stream_logs | |
ScribeServiceApi | ScribeServiceWatch | Post /grpc/v1/health_watch |
Documentation For Models
- HealthCheckResponseServingStatus
- ProtobufNullValue
- RpcStatus
- StreamResultOfV1HealthCheckResponse
- StreamResultOfV1StreamLogsResponse
- V1Address
- V1FilterLogsRequest
- V1FilterLogsResponse
- V1Hash
- V1HealthCheckRequest
- V1HealthCheckResponse
- V1Log
- V1LogFilter
- V1NullableBool
- V1NullableString
- V1NullableUint64
- V1StreamLogsRequest
- V1StreamLogsResponse
Documentation For Authorization
Endpoints do not require authorization.