Skip to content

Commit

Permalink
add in resource_type header
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmizerany committed Jul 19, 2023
1 parent 0af0286 commit eeb5321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_fleetio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def http_headers(self) -> dict:
headers["User-Agent"] = self.config.get("user_agent")
headers["Authorization"] = f"Token {self.config.get('api_token')}"
headers["Account-Token"] = self.config.get('account_token')
headers["request_source"] = "fleetio_singer_tap"
return headers

def get_new_paginator(self):
Expand Down

0 comments on commit eeb5321

Please sign in to comment.