I am new to using DeployR
(started yesterday) and I would like to know what URL
does the constructor of the RBrokerConfig
class need.
Is it the URL
for the landing page?
Or does it just need the basic URL
(http://localhost:8000)?
Asked
Active
Viewed 69 times
1

Andrie
- 176,377
- 47
- 447
- 496

Umar Osman
- 21
- 9
1 Answers
1
You require an endpoint URL. If you take a look at the source code you can see that you would need something like
/// <param name="deployrEndpoint">URL indicating the DeployR endpoint
/// (i.e http://localhost:7300/deployr )</param>

miradulo
- 28,857
- 6
- 80
- 93
-
Thanks, I shall take a look at that – Umar Osman Mar 02 '16 at 09:12