Skip to content

Commit

Permalink
Added pagination configuration for greenhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan254-prog committed Jan 17, 2024
1 parent 00ab550 commit 6ffe789
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/shared/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,20 @@ greenhouse:
token_url: https://api.greenhouse.io/oauth/token
proxy:
base_url: https://${connectionConfig.resource}.greenhouse.io
paginate:
type: link
limit_name_in_request: per_page
link_rel_in_response_header: next
docs: https://developers.greenhouse.io
greenhouse-basic:
auth_mode: BASIC
proxy:
base_url: https://${connectionConfig.resource}.greenhouse.io
paginate:
type: link
limit_name_in_request: per_page
link_rel_in_response_header: next
docs: https://developers.greenhouse.io
gumroad:
auth_mode: OAUTH2
authorization_url: https://gumroad.com/oauth/authorize
Expand Down

0 comments on commit 6ffe789

Please sign in to comment.