Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added info about `before` and `after` methods
  • Loading branch information
hschimpf authored Aug 18, 2023
1 parent a3f8941 commit f8090e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,9 @@ Example response:
```

## Extras
### Before and after callbacks
The `ResourceFilters` and `ResourceOrders` classes have two methods (`before` & `after`) that allow a better customization on the query builder. You can override them to make more manipulations to the query builder.

### ResourceRequest
The `ResourceRequest` class has the following features:

Expand Down

0 comments on commit f8090e6

Please sign in to comment.