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
Update and rename 1-Draft/RFC0021-Link-header-based-pagination-for-WebCmdlets.md to 2-Draft-Accepted/RFC0021-Link-header-based-pagination-for-WebCmdlets.md
Committee voted to accept with some changes requested
Copy file name to clipboardExpand all lines: 2-Draft-Accepted/RFC0021-Link-header-based-pagination-for-WebCmdlets.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
RFC: RFC0021
3
3
Author: Steve Lee
4
-
Status: Draft
4
+
Status: Draft-Accepted
5
5
SupercededBy: N/A
6
6
Version: 0.1
7
7
Area: Cmdlets
@@ -48,3 +48,28 @@ For use cases that have to throttle REST API calls (such as querying GitHub API)
48
48
## Alternate Proposals and Considerations
49
49
50
50
None
51
+
52
+
## PowerShell Committee Decision
53
+
54
+
### Voting Results
55
+
56
+
Jason Shirk: Accept
57
+
58
+
Joey Aiello: Accept
59
+
60
+
Bruce Payette: Accept
61
+
62
+
Steve Lee: Accept
63
+
64
+
Hemant Mahawar: Accept
65
+
66
+
### Majority Decision
67
+
68
+
Commmittee agrees that this RFC satisfies the motivation for pagination in webcmdlets. Requests:
69
+
70
+
- Resolve relative URLs to absolute URLs for Invoke-WebRequest which is needed for Invoke-RestMethod capability
71
+
-`-FollowRelLink` should have a way to limit the number of links to follow, default should be MaxInt. When non-success code is received, it should output where it stopped.
0 commit comments