Владимир Калачихин - The http://localhost:3000/...
The
http://localhost:3000/signalk/v1/api/resources/charts/ gives me a list of charts, but the app.getPath('resources.charts') does not.
What am I doing wrong?4 Replies
Note the url. It says
/v1/.It doesn't matter, the same plugin serves the path.
1) If I use API v1 only - how do I know that a certain path is not real?
2) Only one provider can be for a given path. If it's a ugly provider, there's nothing you can do.
But if I disable charts-plugin and set resources.charts by app.handleMessage -
the
app.getPath('resources.charts') gives me a list of charts, but the http://localhost:3000/signalk/v1/api/resources/charts/ does not.
I can't understand why this is so.