Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(me.bill): add iceberg service
Browse files Browse the repository at this point in the history
  • Loading branch information
marie-j authored and lizardK committed Sep 16, 2019
1 parent 30fb08e commit feff55a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/me/bill/me-bill.iceberg.service.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
angular.module('ovh-api-services').service('OvhApiMeBillIceberg', iceberg => iceberg('/me/bill'));
3 changes: 3 additions & 0 deletions src/api/me/bill/me-bill.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ angular.module('ovh-api-services').service('OvhApiMeBill', $injector => ({
Aapi() {
return $injector.get('OvhApiMeBillAapi');
},
Iceberg() {
return $injector.get('OvhApiMeBillIceberg');
},
v6() {
return $injector.get('OvhApiMeBillV6');
},
Expand Down

0 comments on commit feff55a

Please sign in to comment.