mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
Update Hosting API description #2612 (#2620)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (24.x) (push) Has been cancelled
test / API tests (node env, api-test) (24.x) (push) Has been cancelled
test / puterjs (node env, vitest) (24.x) (push) Has been cancelled
* Update Hosting API description #2612 * Update copy and fix minor formatting * Update copy 'deployment' --------- Co-authored-by: artyz <90192969+artysking@users.noreply.github.com> Co-authored-by: Reynaldi Chernando <reynaldichernando@gmail.com>
This commit is contained in:
@@ -3,9 +3,9 @@ title: Hosting
|
||||
description: Deploy and manage websites on Puter.
|
||||
---
|
||||
|
||||
The Puter.js Hosting API enables you to deploy and manage websites on Puter's infrastructure programmatically.
|
||||
The Puter.js Hosting API enables you to host files on the internet and manage your hosting programmatically.
|
||||
|
||||
The API provides comprehensive hosting management features including creating, retrieving, listing, updating, and deleting deployments. With these capabilities, you can build powerful applications, such as website builders, static site generators, or deployment tools that require programmatic control over hosting infrastructure.
|
||||
The API provides comprehensive hosting management features including creating, retrieving, listing, updating, and deleting hostings. It is mainly used to expose files to the internet, where users can get their content from a public URL and additionally with these capabilities, you can host many applications, such as website builders, static site generators, or deployment tools that require programmatic control over hosting infrastructure.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user