We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecee81 commit 4690ff6Copy full SHA for 4690ff6
src/init/initJsonApiPlugin.js
@@ -29,6 +29,10 @@ export function initJsonApiPlugin (config) {
29
api.setErrorCallbacks(config.errorCallbacks)
30
}
31
32
+ if (checkConfigProperty(config, 'responseCallbacks', false)) {
33
+ api.setResponseCallbacks(config.responseCallbacks)
34
+ }
35
+
36
let apiModulesToRegister = []
37
if (checkConfigProperty(config, 'apiModules', false)) {
38
apiModulesToRegister = config.apiModules
0 commit comments