Giter VIP home page Giter VIP logo

covid's People

Contributors

matjung avatar

Stargazers

 avatar

Watchers

 avatar

covid's Issues

github api query root repository

{
  repository(owner: "CSSEGISandData", name: "COVID-19") {
    defaultBranchRef {
			id
      prefix
      name
      target {
	oid
        ... on Commit {
          tree {
            entries {
              oid
              name
              type             
            }
          }
        }
      }
    }
  }
}

Given Tree ID - list sub trees

{
  repository(owner: "CSSEGISandData", name: "COVID-19") {
    object(oid: "430da6188c370b1ad6c5310cd4fb79891931e86b") {
      repository {
        id
        name
        resourcePath
        url
      }
      oid
      __typename
      ... on Tree {
        oid
        entries {
          mode
          oid
          name
          type
        }
      }
    }
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.