Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
token: ${{ secrets.GH_PAT }}

- name: "Set up Python"
id: setup-python
uses: actions/setup-python@v2
with:
python-version: '3.7'
Expand Down
2 changes: 1 addition & 1 deletion apilytics/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def __init__(
Args:
api_key: The API key for your Apilytics origin.
path: Path of the user's HTTP request, e.g. "/foo/bar/123".
method: Method of the user's HTTP request, e.g. "GET".
query: Optional query string of the user's HTTP request e.g. "key=val&other=123".
An empty string and None are treated equally. Can have an optional "?" at the start.
method: Method of the user's HTTP request, e.g. "GET".
apilytics_integration: Name of the Apilytics integration that's calling this,
e.g. "apilytics-python-django". No need to pass this when calling from user code.
integrated_library: Name and version of the integration that this is used in,
Expand Down