You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2018. It is now read-only.
Currently, there is an option to download protos from github into a zip file; this is unused by artman, and the use case is superseded by the artman remote mode. Let's remove the flag and all related code in the library. This will require refactoring the tests, which mostly rely on the zip file case.
In addition, #74 removed the isGoogleApi flag, but there are continued references to this variable in api_repo.js because it is automatically set when packman is running with zip file input or when it is building common protos. After this issue is closed, the former case is no longer supported, and the latter case can be refactored.