Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
Rasayel is a communication platform built for WhatsApp to help you grow your business with a collaborative team inbox, broadcasts, automations, integrations, and developer friendly APIs.
I've got a bunch of contacts in my rasayel database, i want to retrieve those contacts and use the data for my website.
The public API of rasayel is based on graphql.
I tried to find the particular api webhook, but couldn't find one!
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am creating an application in the MERN technology stack. This project is a gallery of graphics. Some of the graphics are paid and some are free. I am wondering which way to store these paid images will be the most secure ? I put the free graphics in a static uploads folder stored on the server where the application is running. The path to the file is stored in the database.
Easiest way to do it is to have the paid images in some storage that is not publicly accessible. Then you put some form of a api/proxy in front of it that can verify users. If user is verified you show the picture, if not you show something else.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm trying to write a web application which needs to exchange messages with a local Smart Card.
Currently I'm trying to use WebUSB API to connect the Chrome with the smart card reader, but I'm struggling to use the PC/SC specification.
In my researches I found this two topics:
Architectures to access Smart Card from a generic browser? Or: How to bridge the gap from browser to PC/SC stack?
How to send APDU to PCSC reader from web broswer using javascript
Although they deal with the same subject, they have no connection examples.
If anyone has any tips or example of connection I would be grateful.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
I am well aware that there are methods of retrieving Amazon prices using JavaScript. I have seen the Amazon Advertising Product API, but frankly, after creating an account, I do not how to use it. I have looked at guides, and I am still confused. Can someone guide me through the code of the Amazon Advertising API, or can someone give an alternative? Thank you.
This is for a school project. I have a basic understanding of JavaScript.
You can use the ItemSearch endpoint with the Amazon Advertising API. The prices are contained within the MinimumPrice and MaximumPrice fields.
https://webservices.amazon.com/paapi5/documentation/search-items.html
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I'm working on a chrome extension and I need to get a schedule data from outside of the extension to let the admin broadcast the schedule to the extension users. I wanted to use hapi.js but I can't afford to buy any private server. I did find free website hosting. I thought I would do a minimal website with just a login system and some pages containing the data I would want and make some get request on the extension and extract the schedule on the extension.
Is it okay like a replacement plane for the API?
For almost the same purpose I was using WordPress website with json api plugin. (https://wordpress.org/plugins/json-api/) It is super easy to install and later you can simply run fetch requests inside of your application or extension.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
I have to use Amazon API in my web application (I need requests for retrieving items, and shopping card operations), I have registered and get access to AWS Management Console, but I'm confused where and how I can get all needed keys for start using Amazon API. If somebody can give me examples of code with using Amazon API (Java/Javascript) I'll be greatly appreciated.