You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule can't cover all possible scenario's, but I believe it's sufficiënt when the Codeunit "Rest Client" is an local variable, that the Initialize also need to be called inside that procedure.
If possible I need to check if the variable isn't passed als a parameter to another method (because the Initialize could be done in that other procedure then).
Are there other scenario's I need to take into account here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
20241014 - The Rest Client module in AL | Areopa webinars
The "Rest Client" codeunit is fantasic, where the best pratice is to use the Initialize method to use your own "Http Client Handler".
This rule can't cover all possible scenario's, but I believe it's sufficiënt when the
Codeunit "Rest Client"is an local variable, that the Initialize also need to be called inside that procedure.If possible I need to check if the variable isn't passed als a parameter to another method (because the Initialize could be done in that other procedure then).
Are there other scenario's I need to take into account here?
All reactions