Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:how_to_use_swagger_ui_and_postman_for_biostar_2_api [2018/02/27 09:29]
jypark [Swagger UI]
en:how_to_use_swagger_ui_and_postman_for_biostar_2_api [2021/08/19 09:05]
kate removed
Line 42: Line 42:
  
 In the Postman .. \\ In the Postman .. \\
-3) Select **POST** in the drop box and then enter URL to call login API. \\+3) Select **POST** in the drop box and then enter URL to call login API. In case of Local API, you should enter the URL like "​http://​127.0.0.1:​8795/​v2/​login" ​\\
 4) Select **Body – raw – JSON(application/​json)** like below green box. \\ 4) Select **Body – raw – JSON(application/​json)** like below green box. \\
 5) Paste the data copied from Swagger UI into the Postman. \\ 5) Paste the data copied from Swagger UI into the Postman. \\
Line 58: Line 58:
  
 In the Postman .. \\ In the Postman .. \\
-2) Select **GET** in the drop box and then enter URL to call login API. In case of GET message, you should use the necessary parameters in the URL. \\+2) Select **GET** in the drop box and then enter URL to call login API. In case of GET message, you should use the necessary parameters in the URL. In case of Local API, you should enter the URL like "​http://​127.0.0.1:​8795/​v2/​users/​limit=5&​offset=0" ​\\
  
 <callout type="​warning"​ icon="​true"> ​ <callout type="​warning"​ icon="​true"> ​