From dae445de1f1a906279d9ff675da6cb4fdbd039f3 Mon Sep 17 00:00:00 2001 From: Eero Ruohola Date: Sun, 16 Jan 2022 22:23:41 +0200 Subject: [PATCH 1/2] Remove unused step id from cd.yml --- .github/workflows/cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 751c576..5fd047d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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' From 7065737c86f61eb029aae6bdf222db7c33389530 Mon Sep 17 00:00:00 2001 From: Eero Ruohola Date: Wed, 19 Jan 2022 00:18:41 +0200 Subject: [PATCH 2/2] Fix `Args` ordering in `ApilyticsSender`'s docstring --- apilytics/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apilytics/core.py b/apilytics/core.py index dead062..2a99846 100644 --- a/apilytics/core.py +++ b/apilytics/core.py @@ -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,