Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add Response.hs module #2484

Merged
merged 3 commits into from
Sep 25, 2022

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    9eddc2d View commit details
    Browse the repository at this point in the history
  2. refactor: untangle query logic from response logic

    * untangle failNotSingular
    * untangle failsChangesOffLimits
    * untangle readTotal
    steve-chavez committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    3a2b0bb View commit details
    Browse the repository at this point in the history
  3. refactor: add Response.hs module

    * add response updateResponse
    * add singleUpsertResponse
    * add delete/invoke response
    * add open api response
    * add info response
    * remove ApiRequest from profileHeader
    * contentTypeHeaders only needs ApiRequest
    steve-chavez committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b540041 View commit details
    Browse the repository at this point in the history