adobe-apiplatform / umapi-client.py

Python client for the User Management API (UMAPI) from Adobe
https://developer.adobe.com/umapi/
MIT License
12 stars 19 forks source link

set the X-Request-Id header to a Universally Unique ID (UUID) #95

Closed shasibhusanJena closed 2 years ago

shasibhusanJena commented 2 years ago

Description add X-Request-Id in UMAPI GET calls so that we will have UUID value for each GET call.

Expected behavior every time UMAPI GET call happen , it should print a new UUID value in the log.