Giter Site home page Giter Site logo

I need JSONP callbacks support about rabl HOT 12 CLOSED

nesquena avatar nesquena commented on July 30, 2024
I need JSONP callbacks support

from rabl.

Comments (12)

nesquena avatar nesquena commented on July 30, 2024

Oh that's an interesting use case I hadn't thought of. Using RABL to generate a callback for jsonp. What do you imagine the syntax would look like in the template? Shouldn't be hard to add as far as I can tell. Basically just needs to check the option in the 'to_json' method.

from rabl.

canavese avatar canavese commented on July 30, 2024

It could just automatically wrap response if a 'callback' parameter is passed in the HTTP request (since that's standard). Disabling/enabling the functionality could be controlled with a global configuration.

from rabl.

nesquena avatar nesquena commented on July 30, 2024

ok that would definately make it simple. Global configuration plus look at the callback in request parameters?

@sumskyi would that work for you?

from rabl.

sumskyi avatar sumskyi commented on July 30, 2024

yep, exactly. thanks!

from rabl.

nesquena avatar nesquena commented on July 30, 2024

Alright I like it, maybe add global configuration for JSON root nodes as well.... I.E

Rabl.configure do |r|
  r.include_json_root = false
  r.include_callbacks = true
end

and then if the request has:

http://....?callback=foo

Will be wrapped with:

foo({...})

in output. Will hopefully be able to get to this soon.

from rabl.

nesquena avatar nesquena commented on July 30, 2024

@sumskyi @canavese I have added full JSONP callback support to the git repo. Check the README for more details on configuration. Can you guys both try this from the repo directly. If it works without issue, I will push a new gem version. Commits here and here

Also support for supressing json root node. Configuration with:

# config/initializers/rabl_init.rb
Rabl.configure do |config|
  config.include_json_root = false
  config.enable_json_callbacks = true
end

from rabl.

sumskyi avatar sumskyi commented on July 30, 2024

Hi!

It works well.

Thank you!

from rabl.

canavese avatar canavese commented on July 30, 2024

Thanks for doing this so quickly. @sumskyi are both working on the same project, so we're both happy now :-)

from rabl.

ami7ava avatar ami7ava commented on July 30, 2024

Shouldn't it set the content-type as application/javascript since the content being returned is a javascript function?

from rabl.

gcirne avatar gcirne commented on July 30, 2024

How about enabling callbacks for other formats? Specifically I'm interested in callbacks for MessagePack.

from rabl.

fuzzyalej avatar fuzzyalej commented on July 30, 2024

thanks for thisIt seems that having a good architecture makes changes nice and easy 👍

from rabl.

vkhang55 avatar vkhang55 commented on July 30, 2024

👍

from rabl.

Related Issues (20)

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.