-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding token generation before each service API (#1324)
Fix for #1323 Co-authored-by: i_virus <[email protected]>
- Loading branch information
1 parent
97d6a39
commit 05916cd
Showing
1 changed file
with
110 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@chandanchowdhury I feel we should have kept the previous interface of syncing a single project. After this change, to write a custom sync command that only runs a single project, we have to do extra work to do that like building the dict.
I get why we did it though: the functions are prefixed with
_
so they aren't really formal interfaces. It'd be good to revisit which things are private functions or not.cc: @ramonpetgrave64