mrdandandan-destiny-api-module
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -16,3 +16,3 @@ 'use strict'; | ||
exports.default = { | ||
searchDestinyPlayer: new _DestinyApiRequest2.default({ | ||
getBungieAccount: new _DestinyApiRequest2.default({ | ||
path: 'GetBungieAccount/{' + _constants.PARAMETERS.MEMBERSHIP_ID + '}/{' + _constants.PARAMETERS.MEMBERSHIP_TYPE + '}', | ||
@@ -19,0 +19,0 @@ routeBinding: ':' + _constants.PARAMETERS.MEMBERSHIP_ID + '/:' + _constants.PARAMETERS.MEMBERSHIP_TYPE, |
{ | ||
"name": "mrdandandan-destiny-api-module", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Destiny API definitions for *", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,3 @@ import {PARAMETERS} from '../constants'; | ||
export default { | ||
searchDestinyPlayer: new DestinyApiRequest({ | ||
getBungieAccount: new DestinyApiRequest({ | ||
path: `GetBungieAccount/{${PARAMETERS.MEMBERSHIP_ID}}/{${PARAMETERS.MEMBERSHIP_TYPE}}`, | ||
@@ -8,0 +8,0 @@ routeBinding: `:${PARAMETERS.MEMBERSHIP_ID}/:${PARAMETERS.MEMBERSHIP_TYPE}`, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36448