mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-01-02 11:16:46 +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
|