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

feat(services): add form routes #280

Merged
merged 1 commit into from
Feb 14, 2020
Merged

feat(services): add form routes #280

merged 1 commit into from
Feb 14, 2020

Conversation

marie-j
Copy link
Contributor

@marie-j marie-j commented Feb 12, 2020

No description provided.

@@ -0,0 +1,9 @@
angular.module('ovh-api-services').service('OvhApiServicesFormV6', ($resource) => $resource('/services/:serviceId/form/:formName', {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No cache ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy/paste from parent I guess, not entirely sure it is needed as main usage is for this is to open link from email meaning that a new app is started

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's your usage of it, not all the future usage of it 😱

Copy link
Contributor Author

@marie-j marie-j Feb 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then I guess if cache is needed at one point, it can always be added

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

@radireddy radireddy merged commit 338f3f5 into master Feb 14, 2020
@radireddy radireddy deleted the feat/service-form branch February 14, 2020 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

7 participants