paw app - Paw support for REST Level 3 (HATEOAS) Navigation? Following links -


i'm using paw client rest level 3 (hateos) api. part of rest level 3 links related resources discoverable part of response returned. paw provide rest level 3 specific support such making easy follow links returned?

what able follow links clicking (command+clicking if needed) on value url in response , issue against url. http headers carried on url things such authorization not break.

(it may or may not want smart , if it's same domain/context-root original request rest level 3 link , not generic link).

see example of great clickable below:

example rest level 3 (hateos) link follow

ideally great able navigate previous responses once result has been followed. lot of rest level 3 links provide or 'rev' links allow this, not links bi-directional being able go in browser great.

currently workaround is:

  1. triple-clicking on value
  2. command+c
  3. navigate address bar
  4. command+a
  5. command+v
  6. command+enter

so it's doable today, 6 actions rather single click action on url contained in response tedious when repeated lot of times. navigate previous response when there isn't 'rev' link frustrating experience.

many in advance.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -