agenza-graph
v1.0.5-dev.8
Published
To install dependencies:
Readme
hiagent-graph
To install dependencies:
bun installTo run:
bun run startPostman Collection
A Postman collection is included in this repository (postman_collection.json). You can import this file into Postman to test the API endpoints.
Usage
- Import
postman_collection.jsoninto Postman. - Ensure the
baseUrlvariable is set to your server address (default:http://localhost:3000). - Call the Login request first to obtain a session ID. The collection is configured to automatically set the
sessionIdvariable from the login response. - Complete the device code flow in your browser.
- You can now use other requests which will automatically use the
sessionIdheader.
This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
