We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5c184 commit 5771525Copy full SHA for 5771525
README.md
@@ -12,15 +12,11 @@ go get github.com/migueleliasweb/go-github-mock
12
## Features
13
14
- Create mocks for successive calls for the same endpoint
15
-- Pagination support
+- Pagination support (see `mock.WithRequestMatchPages`)
16
- Mock error returns
17
- High level abstraction helps writing readabe unittests (see `mock.WithRequestMatch`)
18
- 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
+- Mock rate limiting errors from the api (see `mock.WithRateLimit`)
24
25
## Examples
26
0 commit comments