[4.0] REST semantic Provide Sensible Resource Names#33339
[4.0] REST semantic Provide Sensible Resource Names#33339wilsonge merged 5 commits intojoomla:4.0-devfrom alikon:patch-126
Conversation
|
I have tested this item 🔴 unsuccessfully on 9b7acd4 curl -H "Authorization: Bearer ...." -X GET "http://.../api/index.php/v1/extensions?core=true"
curl -H "Authorization: Bearer ..." -X GET "http://.../api/index.php/v1/extensions?core=false"
curl -H "Authorization: Bearer ..." -X GET "http://.../api/index.php/v1/extensions?status=1"
curl -H "Authorization: Bearer ..." -X GET "http://.../api/index.php/v1/extensions?status=0" |
|
@anibalsanchez can you please retest, now just 1 pr 😃 |
|
I have tested this item ✅ successfully on 3404118 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33339. |
|
I have tested this item ✅ successfully on 3404118 curl -H "Authorization: Bearer XXXXXX" http://localhost/demo_j4/api/index.php/v1/extensions?status=1 and curl -H "Authorization: Bearer XXXXXX" http://localhost/demo_j4/api/index.php/v1/extensions?status=0 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33339. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33339. |
|
Thanks! |
Pull Request for Issue #33336 .
Summary of Changes
from GET
/api/index.php/v1/installer/manageto GET
/api/index.php/v1/extensionsTesting Instructions
read #33336
or test the endpoint :
GET {{base_path}}/api/index.php/v1/extensions?core=true/falseGET {{base_path}}/api/index.php/v1/extensions?status=0/1GET {{base_path}}/api/index.php/v1/extensions?type=component/plugin/module/templateDocumentation Changes Required
already undocumented but should be