-
Why aren't most methods in FilesClient async? |
Beta Was this translation helpful? Give feedback.
Answered by
louis-z
Aug 26, 2024
Replies: 1 comment
-
Since NGitLab was created 10 years ago, i.e. before the async paradigm became a thing, its initial API was synchronous. In the last few years, however, we've gradually enhanced the API with async methods, but it's far from being complete. We appreciate external contributions, so if you're up to it we encourage you to submit PRs to increase the API's async coverage. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ingshak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since NGitLab was created 10 years ago, i.e. before the async paradigm became a thing, its initial API was synchronous. In the last few years, however, we've gradually enhanced the API with async methods, but it's far from being complete.
We appreciate external contributions, so if you're up to it we encourage you to submit PRs to increase the API's async coverage.