can-connect
can-connect copied to clipboard
Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
## This needs to be replicated When using with `feathers-can-connect`, with no `identity` prop there showed no warnings
The `data-url` behavior allows you to pass a custom `ajax` transport. However, if a consumer decides to use their own transport for all connections, the `can-ajax` dependency is doesn't get...
It would be nice to have examples of can-connect supporting other frameworks. Backbone seems like the obvious primary candidate. The big integration point is bindings.
Also, is there a replacement for helper? I see there is an [identityKeys](https://github.com/canjs/can-query-logic/blob/7931b4d3c8c23e0821cc3d984c1f0233d3e92681/can-query-logic.js#L98-L100) method in queryLogic but the commented out warning makes me think it might not be smart to...
if the ajax option is passed to supermap, we shouldn't be doing this: https://github.com/canjs/can-connect/blob/master/can/base-map/base-map.js#L34 We should make sure can-rest-model and such work this way too.
Creating an item when using `real-time` behavior is included in a connection fails to run the `create()` function therein, unless `callbacks` is also one of the connection behaviors. Reason: `real-time`...
I'd like to make a little utility to log what's happening in can-connect. I'm working on this now in an effort to debug bitballs. Posting relevant code: ```js var connect...
- [ 1] Always Description : I want pass a vendor specific Media type on the request header , But can-connect/data/url supports only 2 media type "application/json" and "application/x-www-form-urlencoded" others...
Is `steal-stache` used for anything other than tests? If not, then I think it should be moved from `dependencies` to `devDependencies`. This [came up on Gitter](https://gitter.im/canjs/canjs?at=59e48a67f7299e8f53f27392) because a fresh install...