When a RSS document is requested using a URL such as:
https://permid.org/atom/instrument?access-token=XXX
the links in the returned Atom document look as follows:
<link rel="next" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=50&length=50" /> <link rel="self" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=0&length=50" /> <link rel="first" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=0&length=40" /> <link rel="last" href="https://api.thomsonreuters.com/permid/atom/instrument&offset=100&length=40" />
but instead of containing:
&offset=50
it should be:
?offset=50
The links as they currently stand are not valid and can't be retrieved
Regards,
David