secretsauceai / voice-assistant-protocol

A bus for voice assistants, including benchmarks.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Request methods (Get, Put, Post ...) have them ignored? #30

Open sheosi opened 2 years ago

sheosi commented 2 years ago

As it stands the only possibility of methods making a difference is if we join skills notifications and queries as in #13. Other than that there is nothing that makes them make a difference (other than possibly some other components like caches).

If this is approved then error 405 should not be returned.

Depends on #13