apache / apache/openwhisk

Normalize routes to remove "_" namespace and move fully qualified name to the end of the URI

Open
#219 12 comments 0 reactions 0 assignees View on GitHub
API feature request
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

Currently the route to retrieve a list of actions associated with a given namespace and package is `/namespaces/{namespaceName}/actions/{packageName}/`. This is confusingly similar to the route for retrieving an action `/namespaces/{namespaceName}/actions/{actionName}`. I propose that the route for getting a list of actions associated with a package be changed to `/namespaces/{namespaceName}/packages/{packageName}/actions` to avoid this confusion and adhere more strictly to restful principles.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.