Code Monkey home page Code Monkey logo

Comments (3)

ryanlecompte avatar ryanlecompte commented on August 14, 2024

Closed this issue, it turns out that I needed to create a custom XML request middleware, and it's working fine. I'm just using the ActiveSupport's Hash#to_xml extension for my needs. This was done here: https://github.com/ryanlecompte/letsfreckle-client/tree/master/lib/faraday

from faraday.

mislav avatar mislav commented on August 14, 2024

Hey @ryanlecompte, it seems that you have request middleware figured out. But, I noticed you're posting XML payloads to Freckle, which is a Rails app, and that doesn't have much sense because Rails apps accept JSON as well. JSON is quicker to serialize, takes less bytes, you need fewer dependencies and there is a Request::JSON middleware right there in Faraday core. You simply need to put it on your stack and post ruby hashes/arrays with :content_type => 'application/json'.

from faraday.

ryanlecompte avatar ryanlecompte commented on August 14, 2024

Thanks Mislav! I will definitely switch to this when I get the time. :)

On Thu, Sep 15, 2011 at 2:13 PM, Mislav Marohnić <
[email protected]>wrote:

Hey @ryanlecompte, it seems that you have request middleware figured out.
But, I noticed you're posting XML payloads to Freckle, which is a Rails app,
and that doesn't have much sense because Rails apps accept JSON as well.
JSON is quicker to serialize, takes less bytes, you need fewer dependencies
and there is a Request::JSON middleware right there in Faraday core. You
simply need to put it on your stack and post ruby hashes/arrays with
:content_type => 'application/json'.

Reply to this email directly or view it on GitHub:
https://github.com/technoweenie/faraday/issues/75#issuecomment-2107304

from faraday.

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.