You can start here: https://devcenter.heroku.com/articles/platform-api-reference
> On Jun 27, 2018, at 3:35 AM, [email protected] wrote: > > [email protected] > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/heroku/topics> > Google Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > > Topic digest <> > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/heroku/topics> > Read data from Heroku Platform <x-msg://53/#group_thread_0> - 2 Updates > Slug size is always 599 M <x-msg://53/#group_thread_1> - 1 Update > <>Read data from Heroku Platform > <http://groups.google.com/group/heroku/t/a4e4b4452c496438?utm_source=digest&utm_medium=email> > > Sanchit <[email protected]>: Jun 27 02:02AM -0700 > > Hi all, > > > I have my app running on heroku platform. I want to read data from heroku > platform using an external java application. > I am not able to find resources "GET API" on heroku documentation. > > Help ?? > > Thank you. > John Beynon <[email protected]>: Jun 27 11:00AM +0100 > > Hi Sanchit, > > Heroku does not provide any API endpoints for you to make GET requests to > from your other application. You would need to build an app that exposes > the data you require and then consume that from your other application, > > Regards, > John. > > Back to top <x-msg://53/#digest_top> <>Slug size is always 599 M > <http://groups.google.com/group/heroku/t/43ca5a9bdb3f5103?utm_source=digest&utm_medium=email> > > Andrew Eaton <[email protected]>: Jun 27 02:57AM -0700 > > Hi, > > I am trying to launch my first app on Heroku. No matter what I do, I always > get an error saying my slug size is 599 M. Even after adding .slugignore, > deleting the large commits, running git gc --aggressive and other similar > commands, customizing the build script, etc. it still says I am exactly at > 599 M. From du -h I am definitely not at this limit. What is going on? > > Here are the tutorials I've gone through and none have lowered my size from > 599 M: > > https://rtyley.github.io/bfg-repo-cleaner/ > <https://rtyley.github.io/bfg-repo-cleaner/> > https://robots.thoughtbot.com/how-to-reduce-a-large-heroku-compiled-slug-size > <https://robots.thoughtbot.com/how-to-reduce-a-large-heroku-compiled-slug-size> > https://devcenter.heroku.com/articles/slug-compiler > <https://devcenter.heroku.com/articles/slug-compiler> > > Plus a lot of other ones and stackoverflow pages. Any suggestions extremely > appreciated! :) > > Thanks! > Back to top <x-msg://53/#digest_top> > You received this digest because you're subscribed to updates for this group. > You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/heroku/join>. > To unsubscribe from this group and stop receiving emails from it send an > email to [email protected] > <mailto:[email protected]>. -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
