GithubHelp home page GithubHelp logo

add transform to GET about apisauce HOT 4 CLOSED

infinitered avatar infinitered commented on August 20, 2024
add transform to GET

from apisauce.

Comments (4)

GantMan avatar GantMan commented on August 20, 2024 3

I should be ok with a loaded gun

image

from apisauce.

skellock avatar skellock commented on August 20, 2024

The only mutable part of addRequestTransform is the data. Data isn't passed unless its PUT/POST/PATCH.

I have a feeling you're after modifying the headers. Or maybe appending QSVs?

I'm sure we can make it work, lemme know your use case! 🎉

from apisauce.

GantMan avatar GantMan commented on August 20, 2024

appending a QSV, you are correct. But I could very likely be modifying headers for any client that demands a login token.

from apisauce.

skellock avatar skellock commented on August 20, 2024

Ok @GantMan 0.5.0 has just been released with mutable everything for addRequestTransform (see #28 for the specifics).

For example:

api.addRequestTransform(request => {
  request.headers = { 'X-Kanye': 'Imma let u finish but...' } 
  request.params['page'] = 42
  delete request.params.secure
  request.url = request.url.replace(/\/v1\//, '/v2/')
})

I feel like I just handed you a loaded gun.

Good luck!

from apisauce.

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.