You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ - home, bit of info on depviz. lets you enter/paste an address to visualize.
/http/github.com/<user>/<repo>/issues/<issue> - viz single issue, + 2-3 hops
/http/github.com/<user>/<repo>/pull/<pr> - viz single issue, + 2-3 hops
/http/github.com/<user>/<repo> - try to visualize the whole graph of a repo?
We use /http prefix to ensure we can use other protocols later.
We use /http/github.com prefix to ensure we can use other websites later.
We use /http/<github-link-to-thing> to match their API well and allow users to easily paste links.
the routes will look like this:
/http
prefix to ensure we can use other protocols later./http/github.com
prefix to ensure we can use other websites later./http/<github-link-to-thing>
to match their API well and allow users to easily paste links.depends on #11
The text was updated successfully, but these errors were encountered: