[GH-ISSUE #37] Access via API #34686

Closed
opened 2026-06-18 19:19:59 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @akhil-naidu on GitHub (Jan 12, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/37

Pangolin is great, but to use it for automations, having access to API calls would be great.

Originally created by @akhil-naidu on GitHub (Jan 12, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/37 Pangolin is great, but to use it for automations, having access to API calls would be great.
Author
Owner

@oschwartz10612 commented on GitHub (Jan 12, 2025):

It does have an external API but it is fairly undocumented. You could take a look at https://github.com/fosrl/pangolin/blob/main/server/routers/external.ts for now to see all of the endpoints and also the Bruno folder in the root. We have some endpoints like login in there and it is used by https://www.usebruno.com/.

You could use this right now to integrate. For auth you would need to log in with a user and pass to get a token.

We will definitely work on more documentation in the future and maybe easier API auth.

<!-- gh-comment-id:2585776707 --> @oschwartz10612 commented on GitHub (Jan 12, 2025): It does have an external API but it is fairly undocumented. You could take a look at https://github.com/fosrl/pangolin/blob/main/server/routers/external.ts for now to see all of the endpoints and also the Bruno folder in the root. We have some endpoints like login in there and it is used by https://www.usebruno.com/. You could use this right now to integrate. For auth you would need to log in with a user and pass to get a token. We will definitely work on more documentation in the future and maybe easier API auth.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#34686