ripe-tech / ripe-sdk

The public Javascript SDK for RIPE Core
https://www.platforme.com
Apache License 2.0
8 stars 4 forks source link

feat: getPrices #309

Closed gcandal closed 3 years ago

gcandal commented 3 years ago
- -
Issue https://github.com/ripe-tech/ripe-vendors-salsa/issues/1

Usage:

const prices = await this.$ripe.getPricesP({
    brand: "cariuma",
    model: "oca_low",
    configs: [
        {
            parts: {
                base: {
                    material: "canvas",
                    color: "all_black"
                }
            }
        }
    ]
});
ripe-tobias-bot[bot] commented 3 years ago

Woof, Woof!

Thank you for submitting the "feat: getPrices" pull request 😎.

Please do not forget to review our internal guidelines:

Engaging in the development process in the best possible way helps it being efficient and fast.

Your friend, Tobias (Platforme's mascot)

Tobias Bot
joamag commented 3 years ago

@gcandal let's make use of a sequence instead of index based items