You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It's an interceptor for Python Requests library that captures outgoing API calls
14
14
> 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.
15
15
16
16
## Prerequisites
17
-
Before using this middleware, make sure you have the following:
17
+
Before using Moesif for Python Requests, make sure you have the following:
18
18
19
19
-[An active Moesif account](https://moesif.com/wrap)
See the available [configuration options](#configuration-options) to learn how to configure the middleware for your use case.
38
+
See the available [configuration options](#configuration-options) to learn how to configure `moesifpythonrequest` for your use case.
39
39
40
40
## How to Use
41
41
@@ -61,6 +61,7 @@ main()
61
61
62
62
Replace *`YOUR_MOESIF_APPLICATION_ID`* with [your Moesif Application ID](#get-your-moesif-application-id).
63
63
64
+
## Troubleshoot
64
65
For a general troubleshooting guide that can help you solve common problems, see [Server Troubleshooting Guide](https://www.moesif.com/docs/troubleshooting/server-troubleshooting-guide/).
65
66
66
67
Other troubleshooting supports:
@@ -324,6 +325,9 @@ For more information about Moesif event model, see [Moesif Python API documentat
324
325
325
326
An example Moesif integration is [available on GitHub](https://github.com/Moesif/moesif-python-outgoing-example).
326
327
328
+
## How to Get Help
329
+
If you face any issues, try the [troubheshooting guidelines](#troubleshoot). For further assistance, reach out to our [support team](mailto:support@moesif.com).
0 commit comments