logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

JSON::RPC::Common::Procedure::Call::Version_1_0 - JSON-RPC 1.0 request

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This class implements requests according to the JSON-RPC 1.0 spec:
       <http://json-rpc.org/wiki/specification>.

       JSON-RPC 1.0 requests are considered notifications if the "id" is null.

Name

       JSON::RPC::Common::Procedure::Call::Version_1_0 - JSON-RPC 1.0 request

Synopsis

               use JSON::RPC::Common::Procedure::Call;

               my $req = JSON::RPC::Common::Procedure::Call->inflate({
                       # 1.0 doesn't specify the version
                       id     => "oink",
                       params => [ 1 .. 3 ],
               });

Version

       version 0.11

See Also