Skip to main content

Questions tagged [api]

DO NOT USE. Use specific tags like [google-cloud-platform], [facebook], [amazon-web-services] instead or [api-design] where applicable. Questions asking to recommend or find an API are off-topic.

api
-1 votes
0 answers
6 views

Is there an API to retrieve CSS property names, descriptions, and usage examples?

I am working on a project that provides a reference and cheatsheet for CSS properties. The source code is available on my GitHub repository, and the project is hosted on GitHub Pages. Instead of ...
unofficialdxnny's user avatar
0 votes
0 answers
12 views

How to implement biometric authentication in ASP.NET with a generic USB scanner?

I'm a web developer working with ASP.NET, and I've recently been given a project involving a training platform. The details of the platform are irrelevant; the issue is that the stakeholders decided ...
Igorus15's user avatar
0 votes
0 answers
2 views

How to pass form-data and files from api-gateway to backend service nodejs api?

Not a big question but i have to pass file and some data to backend service to handle them via api-gateway. I Dont want any preprocessing at the api-gateway level all i will do in the backend service ...
Deepak Singh's user avatar
0 votes
1 answer
13 views

How to parse JSON from an API in SwiftUI, where the response is not an Array, asynchronously?

I am attempting to parse JSON from an API in SwiftUI where the response is not an Array, this seems to be the only way I can find online, from my searches. An example of the response data is as ...
Sam Staples's user avatar
-1 votes
1 answer
11 views

Setting parameter rules in OpenAPI

I am starting to learn API documentation with YAML. I have the below YAML and my query params are id, firstName and lastName. The user should provide either id or any of firstName or lastName. If id ...
mason's user avatar
  • 375
0 votes
0 answers
10 views

Unit Tests in FastAPI with Prisma ORM

How to write unit tests for a FastAPI application with the Prisma client? I already looked in the documentation and code examples but couldn't find it. I have this code, but I don't know how to create ...
Mauricio Maciel's user avatar
0 votes
0 answers
12 views

How to show preview of a pdf document of type application/octet-stream via pdf.js

I have a service endpoint delivers pdf documents via api calls and it delivers file in application/octet-stream format. in my application I want to consume this api to get the file and need to return ...
Salam's user avatar
  • 9
0 votes
0 answers
15 views

Get Full profile details from LinkedIn APIs

I am trying to get Skill, Education, Certificate, Course, Projects from my or any other LinkedIn profile whoever registered to my app. Based on the documentation online and StackOverflow questions, it ...
Manisha Bayya's user avatar
0 votes
0 answers
11 views

How to add Authorization while configuring webhooks in extensiv UI

I am following this extensiv doc in order to configure the webhooks for receiving the updates on our endpoint. I see this another doc for validating the RSA signature for message validity. Problem ...
litttle fish's user avatar
0 votes
0 answers
15 views

NodeJs and Postgres-Connection terminated unexpectedly

I'm trying to connect my Node project to Postgres. My server is running in the project. In Postgres, when I execute a data retrieval command, it also return me the correct data. But when he wants to ...
Rivky Friedman's user avatar
0 votes
0 answers
7 views

How to Implement Secure Data Transmission in a Parental Monitoring App?

I'm currently developing a parental monitoring app and need some guidance on implementing secure data transmission between the monitored device and our server. Our app will track the child's device ...
Alexander Khan's user avatar
-1 votes
0 answers
12 views

Flask-sqlAlchemy les relations des tables ne marchent pas trop bien [closed]

Bonjour à tous J'utilise flask et Flask-sqlAlchemy pour développer une petite api de quiz mais je rencontre un certain problème avec la bdd (j'utilise SQLite) Pendant la requête,le filtrage par tags ...
Angelo Ntoto's user avatar
1 vote
1 answer
19 views

api response in html. karate.readAsString() throws error when i try to save response

I am using karate framework, I am getting api response in html format and i am having trouble in verification the response:- <html> <head><title>400 Request Header Or Cookie Too ...
Ramii's user avatar
  • 135
0 votes
0 answers
9 views

API Versioning Graphql

Does anyone know how to implement API versioning in GraphQL with NestJS? I don't want to change the name of the resolver; I only want to change the GraphQL URL from http://localhost:3003/graphql/v1 to ...
Muhammad Ahsan's user avatar
0 votes
0 answers
4 views

File sent via multipart/form data was received as base64 string

I could send an image file sucessfully using Swagger or Postman where I could upload the file from the local machine. However, when I need to send a file that is saved online, I need to compose the ...
Lawrence Zhang's user avatar

15 30 50 per page
1
2 3 4 5
6461