abcxyz / team-link

Apache License 2.0
1 stars 0 forks source link

Add caching to `GetUser` and `GetGroup`. #56

Closed lock14 closed 2 months ago

lock14 commented 2 months ago

We do not expect user or group information to change frequently so we can enable caching to help prevent rate limiting by GitHub. Note we do not cache calls to GetMembers as we always want membership information to be as fresh as possible.