fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
527 stars 57 forks source link

Support the import issues bulk import API for migrating from gitlab #121

Closed mattip closed 2 years ago

mattip commented 2 years ago

I wish to import a project from gitlab with over 3500 issues and many comments. When using the node-github-2-gitlab, I was stymied by two problems:

When I asked on github support what they recommend, I was referred to this gist which describes a import api endpoint https://api.github.com/repos/${GITHUB_USERNAME}/${GITHUB_REPO}/import/issues but I do not see it used here. Is this endpoint usable from ghapi?

jph00 commented 2 years ago

I'm not familiar with it, but is it one of these? https://ghapi.fast.ai/fullapi.html#migrations

mattip commented 2 years ago

No, I did not see the import/issues endpoint in the full api documentation. Did you close this as "done, the endpoint is now in use" or as "sorry, cannot use that"?