question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add url paths on the tye.yaml to make it easier to navigate to available endpoints

See original GitHub issue

What 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.

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:open
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ante-mariccommented, Oct 15, 2021

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.

1reaction
davidfowlcommented, Oct 14, 2021

Pull requests are also a thing 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found