Code Monkey home page Code Monkey logo

Comments (3)

santunioni avatar santunioni commented on June 2, 2024 1

What do you think of this url format? https://github.com/santunioni/backstage/blob/fix/integration/github/branches-with-slashs-on-their-name?path=catalog-info.yaml

from git-url-parse.

jimmywarting avatar jimmywarting commented on June 2, 2024

b/c the parsing is synchronous, i propose that you make it possible to pass in an option with all the branch names that are available...

Something like:

// const branches = await fetch('https://api.github.com/repos/node-fetch/node-fetch/branches')
//  .then(r => r.json()).then(j => j.map(e => e.name))

const branches = [
  "1.x",
  "2.x",
  "beta",
  "dependabot/npm_and_yarn/formdata-node-5.0.0",
  "dependabot/npm_and_yarn/mocha-10.2.0",
  "dependabot/npm_and_yarn/p-timeout-6.1.1",
  "dependabot/npm_and_yarn/tsd-0.25.0",
  "dependabot/npm_and_yarn/xo-0.53.1",
  "main"
]

const url = 'https://github.com/node-fetch/node-fetch/blob/dependabot/npm_and_yarn/p-timeout-6.1.1/.gitignore'

GitUrlParse(url, { branches })

Only if the user needs to get the branches in order to get the correct file path would they need to do this fetching more manually

from git-url-parse.

jimmywarting avatar jimmywarting commented on June 2, 2024

now realized this is a dup of #104

from git-url-parse.

Related Issues (20)

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.