Apologies, I'm actually quitre new to coding and API's, i've been trying for the past hour on postman to no avail, the documentation seems to be incosistent - would you be able to point me in the right direction?
When following whats said in the specification tab on RDM for the Live Departure Board i get
500: {"fault":{"faultstring":"Unable to route the message to a Target Endpoint","detail":{"errorcode":"messaging.runtime.RouteFailed"}}}and ensuring the correct params are given.
when trying to follow the PDF it points to:
To make this JSON specification more human friendly to read download the file, open it in a text editor,and copy 'n paste into, for example, the online Swagger Editor, found here
https://editor.swagger.io, but when followig that it gives a completely different URL and has my local host, I have spun up a local dev server and tried but i then get:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body>
</html>
there is also another link that suggests base 64 encoding my username and password which i also tried, to no avail :(
would you be able to offer some advice on what i could be doing wrong?