Add url paths on the tye.yaml to make it easier to navigate to available endpoints
See original GitHub issueWhat should we add or change to make your life better?
The idea is to have something like this on the tye.yaml
- name: results
project: results/results.csproj
-paths: /swagger;/hangfire;/lively;/page=2&pageSize=10
This would then be exposed on the dashboard as URLs. e.g.
- https://localhost:5001/swagger
- https://localhost:5001/hangfire
- https://localhost:5001/page=2&pageSize=10
These can be ignored during deployment.
Why is this important to you?
This would make it easier to simply navigate to endpoints that you want to use in that service and save a couple of keystrokes.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (7 by maintainers)
Top Results From Across the Web
tye/docs/reference/schema.md at main · dotnet/tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed ... The relative path from tye.yaml to a .csproj or...
Read more >Use URL maps | Load Balancing
To add a URL map using the Google Cloud console, perform the following steps: Go to the Load balancing page. Go to Load...
Read more >Paths and Operations
All paths are relative to the API server URL. The full request URL is constructed as <server-url>/path . Global servers can also be...
Read more >Tutorial: Build a REST API with HTTP non-proxy integration
In the Setup pane, choose HTTP for Integration type and choose GET for HTTP method. For Endpoint URL, type http://petstore-demo-endpoint.execute-api.com/ ...
Read more >Project Tye: Creating Microservices in a .NET Way
Learn to use Project Tye, an experimental developer's tool that makes the experience of creating, testing and deploying microservices easier in .NET. No......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have investigated a little bit, investigation turned into actual code change and in no time I got it working on my machine.
@ignacioerrico I would also prefer routes over paths. Regarding a way to display the links…connectionStrings are also displayed in Bindings column, so that needs to be taken into account.
Pull requests are also a thing 😉