Giter VIP home page Giter VIP logo

activeresource's People

Contributors

jasonmccreary avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

activeresource's Issues

Query Parameters/Joins/Filtering

@brianwebb01 since I know you are thinking about this right now I'd like to make a feature request for v2.0. It would be nice if the ActiveResource client knew nothing about the implementation of the API/Server.

So the client has no way of saying something like this because it doesn't know the underlying model/table design of the API.

'joins[0]' => "residents:residents.id=messages.resident_id"

Instead, the client can just say /api/messages and expect that each message will either have a hypermedia link to the associated resident or (really even better) the resident is just embedded in in each message object. This way the client is decoupled from the implementation details of the API. So the API can safely move the models/tables/relationships for resident and message around and the client will never know that the implementation behind /api/messages was changed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.