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(
160
160
"""
161
161
Make a request to the Vuforia Target API.
162
162
163
- This uses `requests` to make a request against https://vws.vuforia.com .
163
+ This uses `requests` to make a request against Vuforia .
164
164
The content type of the request will be `application/json`.
165
165
166
166
Args:
167
167
method: The HTTP method which will be used in the request.
168
168
data: The request body which will be used in the request.
169
169
request_path: The path to the endpoint which will be used in the
170
170
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.
173
173
174
174
Returns:
175
175
The response to the request made by `requests`.
You can’t perform that action at this time.
0 commit comments