Skip to content

Commit

Permalink
feat: support headers in connected content
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Ye committed Oct 29, 2020
1 parent 33d8ef1 commit c1f45ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Braze's liquid is a subset of Shopify's liquid, hence some incompatible features
{% connected_content http://numbersapi.com/random/trivia :save trivia :cache 900 :basic_auth <secret_name> %}
```
Supported options: `:basic_auth`, `:content_type`, `:save`, `:cache`, `:method`, `:body`
Supported options: `:basic_auth`, `:content_type`, `:save`, `:cache`, `:method`, `:body`, `:headers`

For basic auth to work, you'll need to add the username and password into the [context][liquidjs/context] object.
```
Expand Down

0 comments on commit c1f45ad

Please sign in to comment.