Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V2 data] Implement DELETE ​/event​/device​/name/{name} V2 API #2837

Closed
judehung opened this issue Oct 22, 2020 · 0 comments
Closed

[V2 data] Implement DELETE ​/event​/device​/name/{name} V2 API #2837

judehung opened this issue Oct 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@judehung
Copy link
Member

judehung commented Oct 22, 2020

🚀 Feature Request

Relevant Package

This feature request is for coredata.

Description

A clear and concise description of the problem or missing capability...

Implement DELETE ​/event​/device​/name/{name} for V2 API. The current V2 API doc still lists DELETE ​/event​/device​/{deviceId}; however, as event model has been updated to DeviceName instead of DeviceId, the V2 API spec shall be updated to reflect this change.

@judehung judehung added the enhancement New feature or request label Oct 22, 2020
@judehung judehung self-assigned this Oct 22, 2020
judehung added a commit to judehung/edgex-go that referenced this issue Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Oct 24, 2020
Implement DELETE /event/device/{deviceName} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Oct 26, 2020
Implement DELETE /event/device/{deviceName} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
@judehung judehung changed the title [V2 data] Implement DELETE ​/event​/device​/{deviceName} V2 API [V2 data] Implement DELETE ​/event​/device​/name/{name} V2 API Nov 13, 2020
judehung added a commit to judehung/edgex-go that referenced this issue Nov 13, 2020
Implement DELETE /event/device/name/{name} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Nov 13, 2020
Implement DELETE /event/device/name/{name} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Nov 17, 2020
Implement DELETE /event/device/name/{name} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
judehung added a commit to judehung/edgex-go that referenced this issue Nov 19, 2020
Implement DELETE /event/device/name/{name} for V2 API.  The current V2 API doc
still lists DELETE /event/device/{deviceId}; however, as https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/v2/models/event.go#L14
has been updated to DeviceName instead of DeviceId, the V2 API spec shall be
updated to reflect this change.

Fix edgexfoundry#2837

Signed-off-by: Jude Hung <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant