https://github.com/zce/caz-server
CAZ Server
https://github.com/zce/caz-server
Last synced: 3 days ago
JSON representation
CAZ Server
- Host: GitHub
- URL: https://github.com/zce/caz-server
- Owner: zce
- License: mit
- Created: 2020-08-16T09:35:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T06:59:29.000Z (over 2 years ago)
- Last Synced: 2025-06-04T18:55:54.418Z (10 months ago)
- Language: HTML
- Homepage: https://caz.vercel.app
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caz-server
> API Server for [CAZ](https://github.com/zce/caz)
## Endpoints
### GET `/templates`
Get user's repositories.
```shell
$ curl https://caz.vercel.app/templates?owner=zce
```
#### Params
- `owner`: github user or organization name, alias: `username`, default: `'caz-templates'`
#### Response Type
```typescript
interface Template {
name: string
owner: string
fullname: string
description: string
updated: string
}
type Result = Template[]
```
## Related
- [zce/caz](https://github.com/zce/caz) - A simple yet powerful template-based Scaffolding tools for my personal productivity.
## License
[MIT](LICENSE) © [zce](https://zce.me)