Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit f3ad204

Browse files
authored
Merge pull request #9 from apilytics/small-fixes
Small fixes
2 parents 9d30482 + 7065737 commit f3ad204

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
token: ${{ secrets.GH_PAT }}
2525

2626
- name: "Set up Python"
27-
id: setup-python
2827
uses: actions/setup-python@v2
2928
with:
3029
python-version: '3.7'

apilytics/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def __init__(
5656
Args:
5757
api_key: The API key for your Apilytics origin.
5858
path: Path of the user's HTTP request, e.g. "/foo/bar/123".
59+
method: Method of the user's HTTP request, e.g. "GET".
5960
query: Optional query string of the user's HTTP request e.g. "key=val&other=123".
6061
An empty string and None are treated equally. Can have an optional "?" at the start.
61-
method: Method of the user's HTTP request, e.g. "GET".
6262
apilytics_integration: Name of the Apilytics integration that's calling this,
6363
e.g. "apilytics-python-django". No need to pass this when calling from user code.
6464
integrated_library: Name and version of the integration that this is used in,

0 commit comments

Comments
 (0)