Introduction

API Server for zce/caz. ε=ε=ε=(~ ̄▽ ̄)~

Getting started

Endpoints

GET /templates

Get user's repositories.

$ curl https://caz.vercel.app/templates?owner=zce

Params

Response Type

interface Template {
  name: string
  owner: string
  fullname: string
  description: string
  updated: string
}

type Result = Template[]