Giter VIP home page Giter VIP logo

Comments (3)

randomprogramming avatar randomprogramming commented on August 21, 2024

I think something might be wrong with the stays api on test? I tried it like this and I get a 404:

const resp = await axios.post(
"https://api.duffel.com/stays/search",
{
    rooms: 1,
    adults: 2,
    location: {
        radius: 99,
        geographic_coordinates: {
            longitude: 2.4468358606916354,
            latitude: 48.86873001352504,
        },
    },
    check_out_date: "2024-05-01",
    check_in_date: "2024-05-10",
},
{
    headers: {
        "Duffel-Version": "v1",
        "Accept-Encoding": "gzip",
        Accept: "application/json",
        "Content-Type": "application/json",
        Authorization: "Bearer " + "my_token",
    },
}
);

from duffel-api-javascript.

randomprogramming avatar randomprogramming commented on August 21, 2024

Hmh. After further reading it seems like Stays is only available for "enterprise" clients? Would love to be able to still access the test data for testing out an MVP without actually having to open a business..

from duffel-api-javascript.

igorp1 avatar igorp1 commented on August 21, 2024

Hi @randomprogramming, to be able to use the Stays API, even in development, you need to contact us so we can enable it for you. Sorry about the trouble but that's important for us to maintain good relationships with our content suppliers and do our best to understand your use case.

from duffel-api-javascript.

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.