abacusai.app_template

Classes

AppTemplate

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.AbstractApiClass

App 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__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict