Code Monkey home page Code Monkey logo

angular-jsonrpc-client's People

Contributors

derfux avatar joostvunderink avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

angular-jsonrpc-client's Issues

Publish on npm

I can't find the module on npm. Can you publish it? Thank you!

Safari caches XHR objects retrieved by the client

This is bad. That total resource size (over 4MB) keeps climbing when it shouldn't after triggering the same requests a couple of times. Some API requests can return a large response, this response should be deleted as a resource, as soon as the promise is returned.

screen shot 2015-12-15 at 6 11 30 pm

screen shot 2015-12-15 at 6 10 54 pm

Mocks

Hey @joostvunderink any idea how to mock JSON-RPC calls in a protractor test suite? Trying to use your services and mock responses based on the calls that are made but I'm having difficulties... If you have any idea, I'd greatly appreciate!

Feature Request: Upload/Download progress

Many API calls involve sending a payload that could take more than a few seconds. It would be great if this library could have a simple progress callback.

Otherwise, great work man

Lack of support multiple urls.

I need to use multiple json-rpc servers (for example: authorization and rating). It's not possible in current library.
Please, add support of url as request parameter.
Example:

jsonrpc.request('get_sessionid', 'http://first-server.com' []);

jsonrpc.request('get_rating', 'http://second-server.com' [
    1
    , "entry"
    , "-1:1"
    , "service-faq"
]);

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.