burnchart icon indicating copy to clipboard operation
burnchart copied to clipboard

Custom service endpoint

Open radekstepan opened this issue 10 years ago • 0 comments

Build a little service endpoint having the same api as GitHub; use it for support of other services and internally to test request without proxyrequireing SuperAgent.

One could write it in Elixir and upgrade the app while online.

We would need to:

change the URL mappings on the client, like :provider/:owner/:name. store the auth tokens on the service so I can fetch all the repos from all sources

radekstepan avatar Nov 11 '14 03:11 radekstepan