examples/internal/clients/responsebody/docs/ResponseBodyServiceApi.md
All URIs are relative to https://localhost
| Method | HTTP request | Description |
|---|---|---|
| ResponseBodyServiceGetResponseBody | Get /responsebody/{data} | |
| ResponseBodyServiceGetResponseBodySameName | Get /responsebody/samename/{data} | |
| ResponseBodyServiceGetResponseBodyStream | Get /responsebody/stream/{data} | |
| ResponseBodyServiceListResponseBodies | Get /responsebodies/{data} | |
| ResponseBodyServiceListResponseStrings | Get /responsestrings/{data} |
ExamplepbResponseBodyOutResponse ResponseBodyServiceGetResponseBody(ctx, data)
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| data | string |
ExamplepbResponseBodyOutResponse
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]
string ResponseBodyServiceGetResponseBodySameName(ctx, data)
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| data | string |
string
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]
StreamResultOfExamplepbResponseBodyOut ResponseBodyServiceGetResponseBodyStream(ctx, data)
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| data | string |
[StreamResultOfExamplepbResponseBodyOut](Stream result of examplepbResponseBodyOut.md)
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]ExamplepbRepeatedResponseBodyOutResponse ResponseBodyServiceListResponseBodies(ctx, data)
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| data | string |
[]ExamplepbRepeatedResponseBodyOutResponse
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]string ResponseBodyServiceListResponseStrings(ctx, data)
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| data | string |
[]string
No authorization required
[Back to top] [Back to API list] [Back to Model list] [Back to README]