Skip to content

Adding Database.request method for making custom requests#401

Merged
apetenchea merged 1 commit into
mainfrom
custom-request
Jul 17, 2026
Merged

Adding Database.request method for making custom requests#401
apetenchea merged 1 commit into
mainfrom
custom-request

Conversation

@apetenchea

Copy link
Copy Markdown
Member

Example

request = Request(
    method="get",
    endpoint="/_api/version",
)
response = db.request(request)
assert "version" in response.body

@apetenchea apetenchea self-assigned this Jul 17, 2026
@apetenchea
apetenchea merged commit 2ac497c into main Jul 17, 2026
13 checks passed
@apetenchea
apetenchea deleted the custom-request branch July 17, 2026 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant