canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Add support for ArrayType and ObjectType #496

Closed chasenlehara closed 4 years ago

chasenlehara commented 4 years ago

This is the bare minimum required to get can-realtime-rest-model and can-rest-model working.

In a separate PR, we should consider switching the codebase over to using ArrayType instead of List and ObjectType instead of Map.

Part of https://github.com/canjs/can-realtime-rest-model/issues/13 and https://github.com/canjs/can-rest-model/issues/12