Git Product home page Git Product logo

webflow-api-client's People

Contributors

emileperron avatar

Stargazers

 avatar  avatar

Watchers

 avatar

webflow-api-client's Issues

feat: add models and module for membership

At the moment, the API client offers models and a client module for the "meta" models (AuthorizedUser, Authorization and Application), but it does not yet include functionality for the membership endpoints and models.

  • Models
  • Module
    • List Users (GET)
    • Get User (GET)
    • Update User (PATCH)
    • Delete User (DELETE)
    • Invite User (POST)
    • List Access Groups (GET)

Webflow API documentation: https://developers.webflow.com/reference
Models documentation: https://developers.webflow.com/docs/models

feat: add models and module for sites

At the moment, the API client offers models and a client module for the "meta" models (AuthorizedUser, Authorization and Application), but it does not yet include functionality for the "sites" endpoints and models.

  • Models
  • Module
    • List Sites (GET)
    • Get Site (GET)
    • Publish Site (POST)
    • List Domains (GET)
    • List Webhooks (GET)
    • Create Webhook (POST)
    • Get Webhook (GET)
    • Remove Webhook (DELETE)

Webflow API documentation: https://developers.webflow.com/reference
Models documentation: https://developers.webflow.com/docs/models

feat: add models and module for CMS collections

At the moment, the API client offers models and a client module for the "meta" models (AuthorizedUser, Authorization and Application), but it does not yet include functionality for the CMS collection endpoints and models.

  • Models
    • Add Collection model
    • Add CollectionItem model
    • Add Field model
    • Add FieldType model
  • Module
    • List Collections (GET)
    • Get Collection (GET)
    • List Collection Items (GET)
    • Remove Collection Items (DELETE)
    • Create Collection Item (POST)
    • Publish Collection Items (PUT)
    • Update Collection Item (PUT) cancelled: only one item update method is needed, and PATCH was used.
    • Patch Collection Item (PATCH)
    • Get Collection Item (GET)
    • Remove Collection Item (DELETE)

Webflow API documentation: https://developers.webflow.com/reference
Models documentation: https://developers.webflow.com/docs/models

feat: add models and module for ecommerce

At the moment, the API client offers models and a client module for most modules and features, but it does not yet include functionality for the e-commerce endpoints and models.

  • Models
    • Add Product model
    • Add ProductSKU model
    • Add Order model
    • Add OrderAmount model
    • Add OrderAddress model
    • Add OrderCustomerInfo model
    • Add OrderDownloadedFile model
    • Add OrderItemImage model
    • Add OrderPurchasedItem model
    • Add OrderExtra model
    • Add OrderTotals model
    • Add StripeDetails model
    • Add StripeCard model
    • Add InventoryItem model
    • Add EcommerceSettings model
  • Module
    • List Products & SKUs (GET)
    • Create Product & SKU (POST)
    • Get Product and SKUs (GET)
    • Update Product (PATCH)
    • Create SKU (POST)
    • Update SKU (PATCH)
    • List Orders (GET)
    • Get Order (GET)
    • Update Order (PATCH)
    • Fulfill Order (POST)
    • Unfulfill Order (POST)
    • Refund Order (POST)
    • List Inventory (GET)
    • Update Item Inventory (PATCH)
    • Get Ecommerce settings (GET)

Webflow API documentation: https://developers.webflow.com/reference
Models documentation: https://developers.webflow.com/docs/models

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.