textileio / go-textile

[DEPRECATED] Textile is a set of tools and infrastructure for building composable apps and services on the IPFS network
https://textile.io
MIT License
357 stars 43 forks source link

Additional RepoExists methods #921

Closed asutula closed 4 years ago

asutula commented 4 years ago

Needed to provide simple top level methods for checking if a repo exists. The idea being that you shouldn't need to construct a full InitConfig to be able to check if a repo exists. This just adds more options.

Shall we release?