Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need for XmlrpcArray #28

Open
SchoolGuy opened this issue Feb 1, 2022 · 0 comments
Open

Remove the need for XmlrpcArray #28

SchoolGuy opened this issue Feb 1, 2022 · 0 comments
Labels
TS-XMLRPC Project typescript-xmlrpc

Comments

@SchoolGuy
Copy link
Member

Currently when passing an array as a parameter to a method call we need to do the following:

serializeMethodCall('function_name', [{'data': ['elem1', 'elem2']}]);

This should be abstracted for a consumer and look instead like the following when this issue is closed:

serializeMethodCall('function_name', [['elem1', 'elem2']]);
@SchoolGuy SchoolGuy added the TS-XMLRPC Project typescript-xmlrpc label Feb 1, 2022
@SchoolGuy SchoolGuy changed the title Remove the need to specifiy and object when passing an array Remove the need for XmlrpcArray Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TS-XMLRPC Project typescript-xmlrpc
Projects
Status: Incoming
Development

No branches or pull requests

1 participant