Giter Site home page Giter Site logo

Comments (4)

tirthbodawala avatar tirthbodawala commented on May 9, 2024

@migueloop Well yes you are right, the default we are using is "universal-fetch" and "api" library we created is tightly bound to it.

But you can directly use "universal-fetch" for other responses.

import fetch from "universal-fetch";

fetch("https://someapi.com/xml-endpoint", {})
  .then()
  .catch()

The package usage can be found here: https://github.com/Pitzcarraldo/universal-fetch

But now as you raised this question It got me thinking if we can customize the API library for other responses as XML, HTML etc. What are you exactly looking for?

from react-pwa.

migueloop avatar migueloop commented on May 9, 2024

I was getting HTML response. Since server is also mine, I just changed to a json response, but could be nice to have other response types.

from react-pwa.

migueloop avatar migueloop commented on May 9, 2024

I will try to make a pull request just changing this fact. Should we use a different library like axios or request?

from react-pwa.

tirthbodawala avatar tirthbodawala commented on May 9, 2024

Well @migueloop I was more aligned to ES6 fetch "whatwg-fetch" with new html5 and thus included it. We can definitely try installing other options but would like to research properly.

from react-pwa.

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.