Skip to content

Be able to use arbitrary API methods #16

Description

@jordanmhiller

Since Amazon::MWS might never support the whole list of possible Amazon API methods, it would be very useful to be able to send an arbitrary request without requiring all its details to be pre-specified by define_api_method.

I imagine a "call_api_method" which is similar to the method generated by "define_api_method", but the "parameters" hash would not be used. Instead, we could specify arbitrary values to be included in %form and $body.

I will probably need to build something like this for myself, and then I can offer a patch. Do you have any feedback about how it should be done?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions