-
Notifications
You must be signed in to change notification settings - Fork 40
/resources endpoint #35
Comments
@will - correct. Since resources are not released yet I hadn't gotten around to supporting them yet. Good to know there is a simple way to access them despite this omission. Will definitely make sure they are supported if/when we release this. |
Even if it is never released as a CLI facing endpoint, dataclips uses that On Friday, December 14, 2012, Wesley Beary wrote:
|
@will - hmm, good to know (I was unaware). How is it making use of this? |
/resources is how dataclips figures out what databases you have access to. On Friday, December 14, 2012, Wesley Beary wrote:
|
@will - Interesting, makes sense. Is this not accessible from our postgres API? |
I'm not sure which postgres api you're referring to, but in each one I can On Fri, Dec 14, 2012 at 10:29 AM, Wesley Beary [email protected]:
|
@will - fair enough. I guess naively that it seems like the provider of the databases would know about my databases, but I can certainly see how/why this isn't the case (at least currently). Perhaps this data should flow more freely to addon providers or perhaps I just need to be less naive. |
Heroku::API is missing the top level /resources endpoint.
I may get around to submitting a patch, but I got my code working with just
#request(path: '/resources', method: :get, expects: 200).body
so I may forget to do it, so I'm opening this ticket now while thinking about it.The text was updated successfully, but these errors were encountered: