REST plugin module with default path

Ed Sattar November 5, 2013

HI,

I am writing REST service module and it is working fine .My problem is i have define following rest module

<rest name="xxxx i18n-name-key="xxx key="xx" path="/myapi" version="2">
    <description key="my-rest-resource.description">description</description>
  </rest>

I access REST using path /myapi i want to access this by default path i.e. /api.

But when i do this it doesnot work

<rest name="xxxx i18n-name-key="xxx key="xx" path="/api" version="2">
    <description key="my-rest-resource.description">description</description>
  </rest>

Thanks.

3 answers

1 accepted

0 votes
Answer accepted
rambabu patina
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2013

Hi sattar,

AFAIK another service that clashed with the same path pattern /api in your plugin.
Make sure there is no other rest service with the same path mapping. If any same path name existed then change the path name here.

regards,

Patina

0 votes
Ed Sattar November 5, 2013

i have already done this but by doing this my services don't run . I got 404 than

0 votes
rambabu patina
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 5, 2013

Hi Sattar,

At path attribute give only "/api" then try it.

Feel free to mark as answer if it works.

Regards,

Patina

Suggest an answer

Log in or Sign up to answer