Back to Grpc Gateway

ResponseBodyServiceApi

examples/internal/clients/responsebody/docs/ResponseBodyServiceApi.md

2.29.04.7 KB
Original Source

\ResponseBodyServiceApi

All URIs are relative to https://localhost

MethodHTTP requestDescription
ResponseBodyServiceGetResponseBodyGet /responsebody/{data}
ResponseBodyServiceGetResponseBodySameNameGet /responsebody/samename/{data}
ResponseBodyServiceGetResponseBodyStreamGet /responsebody/stream/{data}
ResponseBodyServiceListResponseBodiesGet /responsebodies/{data}
ResponseBodyServiceListResponseStringsGet /responsestrings/{data}

ResponseBodyServiceGetResponseBody

ExamplepbResponseBodyOutResponse ResponseBodyServiceGetResponseBody(ctx, data)

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
datastring

Return type

ExamplepbResponseBodyOutResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ResponseBodyServiceGetResponseBodySameName

string ResponseBodyServiceGetResponseBodySameName(ctx, data)

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
datastring

Return type

string

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ResponseBodyServiceGetResponseBodyStream

StreamResultOfExamplepbResponseBodyOut ResponseBodyServiceGetResponseBodyStream(ctx, data)

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
datastring

Return type

[StreamResultOfExamplepbResponseBodyOut](Stream result of examplepbResponseBodyOut.md)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ResponseBodyServiceListResponseBodies

[]ExamplepbRepeatedResponseBodyOutResponse ResponseBodyServiceListResponseBodies(ctx, data)

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
datastring

Return type

[]ExamplepbRepeatedResponseBodyOutResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

ResponseBodyServiceListResponseStrings

[]string ResponseBodyServiceListResponseStrings(ctx, data)

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
datastring

Return type

[]string

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]