Skip to content

Commit

Permalink
(chore): enable pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Jul 26, 2024
1 parent f0b6fbf commit 6ba68fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
x-fern-pagination:
cursor: $request.pageToken
next_cursor: $response.nextPageToken
results: $response.results
paths:
/v1/nonprofit/{ein}:
get:
Expand Down Expand Up @@ -26,6 +30,7 @@ paths:
x-fern-sdk-method-name: get
/v1/grants:
get:
x-fern-pagination: true
x-fern-sdk-group-name:
- grants
x-fern-sdk-method-name: list
Expand Down Expand Up @@ -58,6 +63,7 @@ paths:
x-fern-sdk-method-name: update
/v1/dafs:
get:
x-fern-pagination: true
x-fern-sdk-group-name:
- daFs
x-fern-sdk-method-name: list
Expand All @@ -68,6 +74,10 @@ paths:
x-fern-sdk-method-name: get
/v1/events:
get:
x-fern-pagination:
cursor: $request.cursor
next_cursor: $response.nextPageToken
results: $response.results
x-fern-sdk-group-name:
- events
x-fern-sdk-method-name: list
Expand Down Expand Up @@ -139,3 +149,4 @@ paths:
type: string
expires_in:
type: integer

0 comments on commit 6ba68fe

Please sign in to comment.