Lately I've not gotten updates from no_pnl and no_pnord, the Norwegian endpoints for PostNord.
dk, dk_en, se_post, se_post_en, and fi_pnl, which all use the same backend (they're all PostNord, and give the same events, just different localization), work just fine. PostNord's Norwegian website works fine. Their API gives the correct responses. To test all these services, I have used the reference number 70727320067260654, which was delivered to me about a month ago.
It seems to me all the above mentioned services (no_pnord, no_pnl, dk, dk_en, se_post, se_post_en, fi_pnl) could use the same implementation, with just a parameter ('en', 'se', 'da', 'no', 'fi') to choose the language - that's how their API works, and it would probably lead to less breakage, as the logic would only need to be implemented once.
|