GithubHelp home page GithubHelp logo

kbdb-api's People

Contributors

woovie avatar

Watchers

 avatar  avatar

kbdb-api's Issues

Model vendor endpoints

  • /vendors
    • list all vendors
  • /vendor/{vendor_url}
    • list just the basics of a vendor without product list
  • /vendor/{vendor_url}/verbose
    • list a vendor including their products
  • /vendor/{vendor_url}/products
    • list all products from a vendor with product and stock data merged
  • /vendor/{vendor_url}/product/{stock_id}
    • list a specific product's stock sold by a vendor
  • /vendor/{vendor_url}/region
    • list what region a vendor is in
  • /vendor/{vendor_url}/currency
    • list what currency a vendor uses

Model region endpoints

  • /regions
    • list all regions
  • /regions/verbose
    • list all regions with friendly name included
  • /region/{country_code}
    • list a region's details including what vendors are in said region

Model currency endpoints

  • /currencies
    • list all currencies
  • /currency/{currency_code}
    • list a currency's details
  • /currency/{currency_code}/verbose
    • list a currency's details including all vendors who use this currency

Model category endpoints

  • /categories
    • list all categories
  • /category/{category_id}
    • list a category's details
  • /category/{category_id}/verbose
    • list a category's details including all products in this category

Model product endpoints

  • /products
    • list all products
  • /product/{product_id}
    • list a specific product
  • /product/{product_id}/verbose
    • list a specific product and all of its stocks
  • /product/{product_id}/stocks
    • list the stocks of a given product
  • /product/{product_id}/{stock_id}
    • list a specific stock of a specific product -- alias of /stock/{stock_id}

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.