-
-
16 Aug 2021 12:20:45 UTC
- Distribution: JMAP-Tester-WebSocket
- Module version: 0.003
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (171 / 2 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (17.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Matthew Horsfall
- Dependencies
- Data::Dumper
- IO::Async::Loop
- JMAP::Tester
- JMAP::Tester::Response::Paragraph
- JMAP::Tester::Response::Sentence
- JMAP::Tester::Role::Result
- JMAP::Tester::Role::SentenceCollection
- JMAP::Tester::SentenceBroker
- JSON
- JSON::MaybeXS
- Moo
- Moo::Role
- Net::Async::WebSocket::Client
- Params::Util
- Protocol::WebSocket::Request
- Scalar::Util
- Try::Tiny
- namespace::clean
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
JMAP::Tester::WebSocket - a WebSocket JMAP client made for testing JMAP servers
VERSION
version 0.003
SYNOPSIS
use JMAP::Tester::WebSocket; my $jtest = JMAP::Tester::WebSocket->new({ ws_uri => 'ws://jmap.local/account/123', }); my $response = $jtest->request([ [ getMailboxes => {} ], [ getMessageUpdates => { sinceState => "123" } ], ]);
DESCRIPTION
This module provides a WebSockets wrapper around JMAP::Tester.
See JMAP::Tester for more information.
SEE ALSO
JMAP::Tester - a JMAP client made for testing JMAP servers
AUTHOR
Matthew Horsfall <wolfsage@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by FastMail, Ltd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install JMAP::Tester::WebSocket, copy and paste the appropriate command in to your terminal.
cpanm JMAP::Tester::WebSocket
perl -MCPAN -e shell install JMAP::Tester::WebSocket
For more information on module installation, please visit the detailed CPAN module installation guide.