maestro-server/server-app

View on GitHub
app/core/applications/transforms/helpers/factoryObjHateoas.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';

module.exports = (key, href, method = "GET") => ({[key]: {href, method}});