biometry-sdk 2.3.3 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ Always wrap calls in try/catch and provide user-friendly messages or fallback lo
|
|
|
233
233
|
|
|
234
234
|
### Header Retrieval
|
|
235
235
|
In addition to the response body, all SDK calls also return response headers.
|
|
236
|
-
This is useful for retrieving metadata such as request
|
|
236
|
+
This is useful for retrieving metadata such as request and session IDs, or debugging information.
|
|
237
237
|
|
|
238
238
|
Each API call returns an object of type:
|
|
239
239
|
|