epics-rip / ChannelFinderService

A simple directory service
http://channelfinder.github.io/
3 stars 6 forks source link

v3.0 API with simplified channel, tag, and property structures #11

Closed shroffk closed 8 years ago

shroffk commented 8 years ago

Refer to #1 The goal is to remove the current complicated structure and replace them with simpler ones which can be directly consumed by the json encoders This will also deprecate the XMLTags, XMLProperties, XMLChannels and instead just use Lists This will also remove the need to dedicated encoders and decoders in the service and clients

shroffk commented 8 years ago

All encoding/decoding has been simplified