Skip to content

Commit

Permalink
add in per_page spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmizerany committed Feb 12, 2024
1 parent ac95145 commit e1a6fd8
Showing 1 changed file with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -33,7 +35,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -65,6 +66,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -74,7 +77,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -106,6 +108,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -115,7 +119,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -147,6 +150,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -156,7 +161,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -188,6 +192,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -197,7 +203,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -229,6 +234,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -238,7 +245,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -270,6 +276,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -279,7 +287,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -311,6 +318,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -320,7 +329,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -352,6 +360,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -361,7 +371,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -393,6 +402,8 @@ streams:
type: HttpRequester
url_base: https://secure.fleetio.com/api/
http_method: GET
request_parameters:
per_page: '100'
authenticator:
type: NoAuth
request_headers:
Expand All @@ -402,7 +413,6 @@ streams:
X-Client-Name: data_connector
X-Client-Platform: fleetio_airbyte
request_body_json: {}
request_parameters: {}
record_selector:
type: RecordSelector
extractor:
Expand Down

0 comments on commit e1a6fd8

Please sign in to comment.