ALL,

It has come to my attention that the method names in the JSON-RPC encoding
may need to have a prefix in order to support services that host multiple
JSON-RPCs.

Specifically, I propose that method names to be changed to add a
"spectrum.paws." prefix,
such that:

  "init" -> "spectrum.paws.init"
  "register" -> "spectrum.paws.register"
  "getSpectrum" -> "spectrum.paws.getSpectrum"
  "getSpectrumBatch" -> "spectrum.paws.getSpectrumBatch"
  "notifySpectrumUse" -> "spectrum.paws.notifySpectrumUse"
  "verifyDevice" -> "spectrum.paws.verifyDevice"

An alternative would be per-database prefix, but that would be messy.

Is this acceptable?

-- 
-vince
_______________________________________________
paws mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/paws

Reply via email to