Skip to content

Commit d990d8e

Browse files
committed
renamed method in ReadMe
1 parent 51434f2 commit d990d8e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ This layer enables secure handling of webhooks, callbacks, and API integrations
177177

178178
---
179179

180-
| Name | Description |
181-
|--------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
182-
| [`to_unified_request`](apimatic_core/adapters/request_adapter.py) | **Async** adapter that converts Starlette/FastAPI, Flask/Werkzeug, or Django requests into a framework-agnostic `Request` snapshot (method, path, url, headers, raw body, query, form, cookies). |
183-
| [`to_unified_request_sync`](apimatic_core/adapters/request_adapter.py) | **Sync** wrapper for Flask/Django (WSGI). Unwraps Flask `LocalProxy` when present and bridges to the async converter using an event loop. |
180+
| Name | Description |
181+
|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
182+
| [`to_unified_request`](apimatic_core/adapters/request_adapter.py) | **Sync** wrapper for Flask/Django (WSGI). Unwraps Flask `LocalProxy` when present and bridges to the async converter using an event loop. |
183+
| [`to_unified_request_async`](apimatic_core/adapters/request_adapter.py) | **Async** adapter that converts Starlette/FastAPI, Flask/Werkzeug, or Django requests into a framework-agnostic `Request` snapshot (method, path, url, headers, raw body, query, form, cookies). |
184184

185185
---
186186

0 commit comments

Comments
 (0)