0

In Apiary we use http://baasar.apiary-mock.com/user/{appId}/{userId} where appId and userId are URL parameters.

Apiary has a builtin REST Client to test these APIs against a mockup and production API.

However, trying to test the above API, how do i change the appId and userId to something real in the Apiary REST client?

Chizuoka
  • 57
  • 1
  • 10

1 Answers1

0

If I understood correctly, you want to specify particular values for {appId} and {userId}, right?

Assuming by builtin REST Client, you mean Interactive console, so there is a tab with headline "URI Parameters", where you can fill values. Documentation is on https://docs.apiary.io/tools/interactive-documentation/#console.

I hope it helps, feel free to ask more.

MWiesner
  • 8,868
  • 11
  • 36
  • 70
miiila
  • 368
  • 3
  • 7