0

Out of curiosity, I checked how LinkedIn API is designed, and what the response looks like - I found an API concept called URN (Uniform Resource Name, maybe? I'm not sure). There is no URL in the response at all.

LinkedIn API Response

I would like to know if it's a standard for navigating to a route/resource in a web app or if it is LinkedIn-specific.

The reason I would like to know is that ->

we got a feature called "Dynamic Menu" in our web app which helps the user to create a menu (with a route or not) dynamically, depending on the role & permission, it appears on the sidebar. It works fine for the Web app, as the web app supports URLs to navigate. But, in the case of the Mobile App, the URL won't work. We need to come up with a new way of navigating to a specific menu's route.

So, I was thinking about using something like URN or some standard solution used by other solutions. Thank you.

jamilxt
  • 13
  • 2
  • 7

0 Answers0