Skip to content

Commit cf67b63

Browse files
authored
Merge pull request #16 from Moesif/update-readme
Update readme
2 parents 62125c0 + 9977658 commit cf67b63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Interceptor for Python Requests lib to capture _outgoing_ API calls and sends to [Moesif](https://www.moesif.com) for API analytics and monitoring.
1010

11-
_If you are using Moesif's API monitoring SDKs like [Moesif Django](https://github.com/Moesif/moesifdjango) or [Moesif WSGI](https://github.com/moesif/moesifwsgi) to log _incoming_ API calls, this library is already included._
11+
_If you are using Moesif's API monitoring SDKs like [Moesif Django](https://github.com/Moesif/moesifdjango) or [Moesif WSGI](https://github.com/moesif/moesifwsgi) to log incoming API calls, this library is already included._
1212

1313
## How to install
1414

@@ -68,6 +68,9 @@ but different frameworks and your implementation might be very different, it wou
6868
(optional) _(req, res) => boolean_, a function that takes a [Requests](http://docs.python-requests.org/en/master/api/) request and response,
6969
and returns true if you want to skip this particular event.
7070

71+
#### __`MASK_EVENT_MODEL`__
72+
(optional) _(EventModel) => EventModel_, a function that takes a [Moesif EventModel](https://github.com/Moesif/moesifapi-python/blob/master/moesifapi/models/event_model.py) and returns an EventModel with desired data removed. For details regarding EventModel please see the [Moesif Python API Documentation](https://www.moesif.com/docs/api?python).
73+
7174
## Example
7275

7376
An example Moesif integration is [available on GitHub](https://github.com/Moesif/moesif-python-outgoing-example)

0 commit comments

Comments
 (0)