SmartThingsCommunity/smartapp-sdk-java

Make HttpVerificationService generic and move into smartapp-core.

rossiam opened this issue · 0 comments

The HttpVerification service only needs the method, URI and headers so we can move it into smartapp-core to avoid duplication and make it more available.

Move this method into smartapp-core and update the examples to use it instead of having their own copies.