You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Multiple status values can be provided with comma separated strings
51
52
findPetsByStatus::forallm.OpenAPI.Common.MonadHTTPm=> [FindPetsByStatusParametersStatus] --^ status: Status values that need to be considered for filter
52
53
->OpenAPI.Common.ClientTm (Network.HTTP.Client.Types.ResponseFindPetsByStatusResponse) --^ Monadic computation which returns the result of the operation
53
-
findPetsByStatus status =GHC.Base.fmap (\response_0 ->GHC.Base.fmap (Data.Either.eitherFindPetsByStatusResponseErrorGHC.Base.idGHC.Base.. (\response body ->if| (\status_1 ->Network.HTTP.Types.Status.statusCode status_1 GHC.Classes.==200) (Network.HTTP.Client.Types.responseStatus response) ->FindPetsByStatusResponse200Data.Functor.<$> (Data.Aeson.eitherDecodeStrict body ::Data.Either.EitherGHC.Base.String
54
-
[Pet])
54
+
findPetsByStatus status =GHC.Base.fmap (\response_0 ->GHC.Base.fmap (Data.Either.eitherFindPetsByStatusResponseErrorGHC.Base.idGHC.Base.. (\response body ->if| (\status_1 ->Network.HTTP.Types.Status.statusCode status_1 GHC.Classes.==200) (Network.HTTP.Client.Types.responseStatus response) ->FindPetsByStatusResponse200Data.Functor.<$> (Data.Aeson.Decoding.eitherDecodeStrict body ::Data.Either.EitherGHC.Base.String
0 commit comments