Skip to content

Commit

Permalink
Add doc on passing a hard-coded string
Browse files Browse the repository at this point in the history
  • Loading branch information
zkayser committed Oct 21, 2024
1 parent cac9517 commit a19f5bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ MyResourceOverrideClient.request(
end
```

And finally, on a per-request basis, you can provide a hard-coded string as well rather than a 1-arity function:

```elixir
MyResourceOverrideClient.request(
method: :get,
url: url,
resource_name_override: "get product_details_endpoint"
```

## Options

# adapter
Expand Down

0 comments on commit a19f5bd

Please sign in to comment.