Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 824 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 824 Bytes

webflow-kt

This is an unofficial Kotlin client for the Webflow CMS API. It allows you manage the content on your Webflow from your own applications. An API key obtained from your Webflow dashboard is required.

Features

This is a summary of planned features, where the ticked ones are currently available.

Meta

  • Get current authorization info
  • Get current authorized user

Sites

  • List sites
  • Get specific site
  • Publish site

Domains

  • List domains

Collections

  • List collections
  • Get collection with full schema

Items

  • List collection items
  • Get single item
  • Create collection items
  • Update collection items
  • Remove collection items

Images

  • Upload Image