Skip to content

Commit

Permalink
move url_base to requester
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Aug 9, 2022
1 parent 89226c6 commit 87592a7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ selector:
transform: "_"
requester:
type: HttpRequester
$options:
url_base: TODO "your_api_base_url"
name: "\{{ options['name'] }}"
http_method: "GET"

authenticator:
type: BearerAuthenticator
api_token: "\{{ config['api_key'] }}"
retriever:
type: SimpleRetriever
$options:
url_base: TODO "your_api_base_url"
name: "\{{ options['name'] }}"
primary_key: "\{{ options['primary_key'] }}"
record_selector:
Expand Down

0 comments on commit 87592a7

Please sign in to comment.