php-consul-api icon indicating copy to clipboard operation
php-consul-api copied to clipboard

V3 Work

Open dcarbone opened this issue 10 months ago • 0 comments

Goals:

  • [x] Remove useless comments.
  • [x] Remove FakeMap class.
  • [x] Remove FakeSlice class.
  • [x] Remove ScalarType interface.
  • [ ] Use parameterized constructors for all models.
  • [ ] Remove Transcoding type and usage.
  • [ ] Remove Unmarshaller and Marshaller traits and flow.
  • [ ] Localize entirety of json encoding / decoding to each individual model class.
  • [x] Better support for dynamically declared fields.
  • [ ] Enable all Time\Duration values to accept null|int|float|string|\DateInterval|Time\Duration for construction.
  • [ ] Create enum types for enum values.

dcarbone avatar Apr 11 '25 01:04 dcarbone