File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,16 +160,16 @@ def make_request(
160160 """
161161 Make a request to the Vuforia Target API.
162162
163- This uses `requests` to make a request against https://vws.vuforia.com .
163+ This uses `requests` to make a request against Vuforia .
164164 The content type of the request will be `application/json`.
165165
166166 Args:
167167 method: The HTTP method which will be used in the request.
168168 data: The request body which will be used in the request.
169169 request_path: The path to the endpoint which will be used in the
170170 request.
171- expected_result_code: See
172- https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#result-codes
171+ expected_result_code: See "VWS API Result Codes" on
172+ https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api.
173173
174174 Returns:
175175 The response to the request made by `requests`.
You can’t perform that action at this time.
0 commit comments