Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
distributed / distributed / http / templates / json-index.html
Size: Mime:
<html>
  <body>
    <h2> Index of JSON routes </h2>
    <p> These are typically used by automated services to query the state of the scheduler </p>
    <ul>
      {% for url in routes %}
      <li><a href="{{url}}">{{url}}</a></li>
      {% end %}
    </ul>
  </body>
</html>