How to test REST API using Chrome's extension “Advanced Rest Client”

后端 未结 8 1138
我寻月下人不归
我寻月下人不归 2020-12-04 08:28

Following the instructions at the link below, I successfully built a REST API for my Django application: http://django-rest-framework.org/tutorial/quickstart.

I can

8条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 08:57

    This seems a very old question, but I am providing an answer, so that it might help others. You can specify the variables in the second screen in the form section, as shown below or in the RAW format by appending the variables as shown in the second image.

    Specify Form Variables

    Specify in RAW format

    If your variable and variable values are valid, you should see a successful response in the response section.

提交回复
热议问题