new method - FollowLocation/Next link #2597
Labels
enhancement
New feature or request
generator
Issues or improvements relater to generation capabilities.
needs more information
Milestone
there are multiple scenarios on APIs that return a link to a resources:
We currently already generate a constructor overload for a raw URL, but finding the constructor is hard for client users.
We could emit a method named "FollowLocation(uri)" next to the Get/Post method that people would call, with the next link they received from the initial call.
Pseudo code example
We'd need an extension to trigger the generation of that method, next steps @darrelmiller to spec out the extension
The text was updated successfully, but these errors were encountered: