Skip to content

Commit 5771525

Browse files
README.md improvements
1 parent 8a5c184 commit 5771525

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ go get github.com/migueleliasweb/go-github-mock
1212
## Features
1313

1414
- Create mocks for successive calls for the same endpoint
15-
- Pagination support
15+
- Pagination support (see `mock.WithRequestMatchPages`)
1616
- Mock error returns
1717
- High level abstraction helps writing readabe unittests (see `mock.WithRequestMatch`)
1818
- Lower level abstraction for advanced uses (see `mock.WithRequestMatchHandler`)
19-
20-
## Breaking changes
21-
22-
- `v0.0.3` the API for the server options have beem simplified
23-
- `v0.0.4` fixes to the gen script caused multiple url matches to change
19+
- Mock rate limiting errors from the api (see `mock.WithRateLimit`)
2420

2521
## Examples
2622

0 commit comments

Comments
 (0)