asterisk/res/ari
David M. Lee 537ecebd2d ARI - implement allowMultiple for parameters
Swagger allows parameters to be specified as 'allowMultiple', meaning
that the parameter may be specified as a comma separated list of
values.

I had written some of the API docs using that, but promptly forgot
about implementing it. This patch finally fills in that gap.

The codegen template was updated to represent 'allowMultiple' fields
as array/size fields in the _args structs. It also parses the comma
separated list using ast_app_separate_args(), so quoted strings in the
argument will be handled properly.

Review: https://reviewboard.asterisk.org/r/2698/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-08-02 14:36:32 +00:00
..
ari_model_validators.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
ari_model_validators.h Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
ari_websockets.c Address JSON thread safety issues. 2013-08-02 14:27:35 +00:00
cli.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
config.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
internal.h Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_asterisk.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_asterisk.h ARI - implement allowMultiple for parameters 2013-08-02 14:36:32 +00:00
resource_bridges.c ARI - implement allowMultiple for parameters 2013-08-02 14:36:32 +00:00
resource_bridges.h ARI - implement allowMultiple for parameters 2013-08-02 14:36:32 +00:00
resource_channels.c Split caching out from the stasis_caching_topic. 2013-08-01 13:49:34 +00:00
resource_channels.h Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_endpoints.c Split caching out from the stasis_caching_topic. 2013-08-01 13:49:34 +00:00
resource_endpoints.h Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_events.c ARI - implement allowMultiple for parameters 2013-08-02 14:36:32 +00:00
resource_events.h ARI - implement allowMultiple for parameters 2013-08-02 14:36:32 +00:00
resource_playback.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_playback.h Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_recordings.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_recordings.h Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_sounds.c Rename everything Stasis-HTTP to ARI 2013-07-27 23:11:02 +00:00
resource_sounds.h ARI - implement allowMultiple for parameters 2013-08-02 14:36:32 +00:00