Open perryao opened 6 years ago
Opening this ticket to discuss possible implementations for supporting web actions. Web actions are accessible at https://{APIHOST}/api/v1/web/{QUALIFIED ACTION NAME}.{EXT}, but this plugin currently prefixes all calls to APIHOST with /actions
https://{APIHOST}/api/v1/web/{QUALIFIED ACTION NAME}.{EXT}
Web actions would allow functions to respond to any HTTP verb, and accept/respond with content-types other than JSON. See for more details https://github.com/apache/incubator-openwhisk/blob/master/docs/webactions.md.
Opening this ticket to discuss possible implementations for supporting web actions. Web actions are accessible at
https://{APIHOST}/api/v1/web/{QUALIFIED ACTION NAME}.{EXT}
, but this plugin currently prefixes all calls to APIHOST with /actions