Hi all,

I have several REST APIs that need to be exposed via API Manager 2.1.0. For
example, I have a micro service that manages books and in that micro
service the following two APIs need to be exposed via the API manager.

   - GET /books/{book-id}
      - Retrieve the information of a particular book
   - GET /books/healthcheck
      - Checks the health status of the books micro service

(In here, /books is the base path of the micro service)

I exposed these two resources via API manager locally and without any
conflict the APIs got resolved.
I need to get verified whether this is the expected behavior such that when
the user calls to the /books/healthcheck API it always get resolved to
/books/healthcheck API in the internal micro service rather than the
/books/{book-id} considering the 'healthcheck' keyword as a book id.

Thank you and regards,
Nishadi


-- 
*Nishadi Kirielle*
Software Engineer
WSO2, Inc.

Mobile : +94 70 204 5934
Blog : nishadikirielle.wordpress.com

<http://wso2.com/signature>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to