mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-02-10 20:41:09 +00:00
9 lines
164 B
Python
9 lines
164 B
Python
|
# Example 4: Delete OneM2MRequest
|
||
|
|
||
|
from openmtc_onem2m.transport import OneM2MRequest
|
||
|
|
||
|
request = OneM2MRequest("delete", to="onem2m")
|
||
|
|
||
|
print request.to
|
||
|
#>>> onem2m
|