abacusai.app_template
Classes
App Template — a curated remixable web app in the Templates gallery (client-safe registry |
Module Contents
- class abacusai.app_template.AppTemplate(client, templateId=None, templateType=None, name=None, description=None, longDescription=None, category=None, tags=None, techStack=None, thumbUrl=None, videoUrl=None, templateUrl=None)
Bases:
abacusai.return_class.AbstractApiClassApp Template — a curated remixable web app in the Templates gallery (client-safe registry
- Parameters:
client (ApiClient) – An authenticated API Client instance
templateId (str) – Stable template identifier (registry key)
templateType (str) – The kind of template (web_app today)
name (str) – Card title
description (str) – Card one-liner
longDescription (str) – Detail-modal copy
category (str) – Gallery filter category
tags (list) – Search/filter tags
techStack (list) – Technologies shown in the detail modal
thumbUrl (str) – Card thumbnail URL
videoUrl (str) – Demo video URL for the detail modal
templateUrl (str) – Deployed demo app URL powering the live preview iframe
- template_id = None
- template_type = None
- name = None
- description = None
- long_description = None
- category = None
- tags = None
- tech_stack = None
- thumb_url = None
- video_url = None
- template_url = None
- deprecated_keys
- __repr__()