Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
We are using Postman to test our REST points. However, for RSocket endpoints we are forced to use a standalone CLI client aka RSocket Commandline Client (RSC) to perform tests.
Describe your ideal workflow
Have an integration with RSocket in Postman to keep all tests aligned with one framework and organized in one place
Describe alternatives you've considered
Postman scripting with external library i.e. RSocket JS client library, but it seems only predefined libraries are available, see e.g. here
Additional context
We would be more than happy to implement and contribute a RSocket plugin, but it seems impossible unless #10636 is resolved or at least pm sandbox provides RSocket JS library
Describe your current workflow
We are using Postman to test our REST points. However, for RSocket endpoints we are forced to use a standalone CLI client aka RSocket Commandline Client (RSC) to perform tests.
Describe your ideal workflow
Have an integration with RSocket in Postman to keep all tests aligned with one framework and organized in one place
Describe alternatives you've considered
Postman scripting with external library i.e. RSocket JS client library, but it seems only predefined libraries are available, see e.g. here
Additional context
We would be more than happy to implement and contribute a RSocket plugin, but it seems impossible unless #10636 is resolved or at least
pm
sandbox provides RSocket JS library