-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
According to JSON-RPC 2.0 Specification , the params field of request object may be either by-position (Array) or by-name (Object).
However the current implementation of fastapi-jsonrpc forces to use by-name parameter:
fastapi-jsonrpc/fastapi_jsonrpc/__init__.py
Line 369 in 1329be6
| params: dict = Field(default_factory=dict) |
This causes this awesome library is not usable in some circumstances. Can we support by-position parameters in the future version?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working