:py:mod:`gfwapiclient.http.endpoints.post` ========================================== .. py:module:: gfwapiclient.http.endpoints.post .. autodoc2-docstring:: gfwapiclient.http.endpoints.post :allowtitles: Module Contents --------------- Classes ~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`PostEndPoint ` - .. autodoc2-docstring:: gfwapiclient.http.endpoints.post.PostEndPoint :summary: Data ~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`__all__ ` - .. autodoc2-docstring:: gfwapiclient.http.endpoints.post.__all__ :summary: API ~~~ .. py:data:: __all__ :canonical: gfwapiclient.http.endpoints.post.__all__ :value: ['PostEndPoint'] .. autodoc2-docstring:: gfwapiclient.http.endpoints.post.__all__ .. py:class:: PostEndPoint(*, path: str, request_params: typing.Optional[gfwapiclient.http.models.request._RequestParamsT], request_body: typing.Optional[gfwapiclient.http.models.request._RequestBodyT], result_item_class: typing.Type[gfwapiclient.http.models.response._ResultItemT], result_class: typing.Type[gfwapiclient.http.models.response._ResultT], http_client: gfwapiclient.http.client.HTTPClient) :canonical: gfwapiclient.http.endpoints.post.PostEndPoint Bases: :py:obj:`gfwapiclient.http.endpoints.base.BaseEndPoint`\ [\ :py:obj:`gfwapiclient.http.models.request._RequestParamsT`\ , :py:obj:`gfwapiclient.http.models.request._RequestBodyT`\ , :py:obj:`gfwapiclient.http.models.response._ResultItemT`\ , :py:obj:`gfwapiclient.http.models.response._ResultT`\ ] .. autodoc2-docstring:: gfwapiclient.http.endpoints.post.PostEndPoint .. rubric:: Initialization .. autodoc2-docstring:: gfwapiclient.http.endpoints.post.PostEndPoint.__init__