Relative Content

Tag Archive for javascriptnode.jsapi

How to handle calling external API with large data in Nodejs?

In frontend I am using React Js and in Backend I am using Node Js.
So in frontend I call an API <api_base_url>/v1/translate and pass down request params like { translate_ids: [1,2,3,4,5, ... 100000] } and in Node JS I receive the params and translate like,

Hot to solve 400 error in Amazon Selling Partner API?

I’m getting a 400 error when making a request to the Amazon Selling Partner API. I already tried it without the “https://”. I am only getting this error when trying any other endpoint than orders/v0/orders.

Just some problems dynamic links

basicily im having problems with making the link to comments dynamic. my goal is that no matter what number i put in it the get will enter my call and give me the id i want the call looks like http://localhost:1234/comments?id=num but im not finding anything that can let my call be dynamic any help is grateful