mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-11 09:44:41 -05:00
[GH-ISSUE #163] API Docs to use Pangolin #14204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Said113 on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/163
is there any way to work with Pangolin API not cli or web?
@miloschwartz commented on GitHub (Feb 5, 2025):
We don't have any official documentation for this, but you could dig through the code to see what the API endpoints are and how to use them. A good place to start is in
server/routes/external.ts.Curious what you'd like to use the API for?
@Said113 commented on GitHub (Feb 5, 2025):
yes to build full SaaS Apps that's need reverse proxy ...etc
@miloschwartz commented on GitHub (Feb 5, 2025):
Closing as duplicate because this is discussed in #165