mozu-node-sdk
Version:
Mozu JavaScript SDK for Node.js and Arc.js environments
20 lines (15 loc) • 633 B
JavaScript
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by CodeZu.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
var Client = require('../../client'), constants = Client.constants;
module.exports = Client.sub({
getTenant: Client.method({
method: constants.verbs.GET,
url: '{+homePod}api/platform/tenants/{tenantId}?responseFields={responseFields}'
})
});