Skip to content

Commit c483d6d

Browse files
authored
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
1 parent 128d565 commit c483d6d

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

1-Draft/RFC0021-Link-header-based-pagination-for-WebCmdlets.md renamed to 2-Draft-Accepted/RFC0021-Link-header-based-pagination-for-WebCmdlets.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
RFC: RFC0021
33
Author: Steve Lee
4-
Status: Draft
4+
Status: Draft-Accepted
55
SupercededBy: N/A
66
Version: 0.1
77
Area: Cmdlets
@@ -48,3 +48,28 @@ For use cases that have to throttle REST API calls (such as querying GitHub API)
4848
## Alternate Proposals and Considerations
4949

5050
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.
72+
73+
### Minority Decision
74+
75+
N/A

0 commit comments

Comments
 (0)