prgres / clickup-tui

MIT License
2 stars 0 forks source link

chore: create generic get from API func that handles caching and api #101

Closed prgres closed 6 months ago

prgres commented 6 months ago

Summary

signature: func (m *Api) get(cacheNamespace string, id string, data interface{}, fallback func() (interface{}, error)) error