forked from apicollective/apibuilder-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parsing JSON body in advance. Solves apicollective#391 (apicollective…
…#392) * Moved error models to client class and removed effect * Added errors object within the client to avoid namespace conflicts * Formatting * Fixed error scope in client * Parsing json body before returning. Solves apicollective#391 * Lifted body into F for backward compatibility and renamed decoded body to 'body' * Inlined exceptionclass and simplified pattern match
- Loading branch information
Showing
2 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters