how do I fix this error? xcodes-13 This Is my code for working with api: struct everything: Codable{ let topic: String let content: String
I could not find any answer to my question in the document below. https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo Maybe an experienced developer can
I have a task where I am given a URL such as https://xyz.json. This URL prompts the downloading of the JSON file into the local. I am now required to read the u
please i need some help. How can I use deepspeech as an API directly in google colab without using the command prompt : I want to load the pre_trained model,ins
I want to call the Steem API from inside a Google Apps Script function. I want to see the appropriate server response. But I get the following error instead. A
I am new to webscrapping and am trying to access an employee database on a website. To do this, I noticed that when I hit the search field the site sends a requ
Im making an API on nodejs with express and mysql. In the POST method i dont get any error but on mysql store al values as 0, like this: 1 0 0.00 0000-00-00 0
I'm calling an API but I've been trying to parse this JSON response correctly but I haven't been able to resolve this issue. I call the API, and want to display
I have a web development framework which I use on personal backend projects. All web apps revolve around my framework and the API is quite big so importing it i
I'm trying to upload a binary file to Dropbox using https://github.com/dart-lang/http. Following https://dropbox.github.io/dropbox-api-v2-explorer/#files_upload
I try a lot of think to create listenKey in app script but nothing work. the binance URL: https://binance-docs.github.io/apidocs/spot/en/#user-data-streams this
I have messages in word file and need to send the message on wechat. Is there any api or option by which i can send message to wechat with jus
I have messages in word file and need to send the message on wechat. Is there any api or option by which i can send message to wechat with jus
I am trying to retrieve the token addresses of tokens swapped (and amount of tokens swapped) in a single transaction. I am using the "web3.eth.get_transaction(h
http://chucklets.no/getOnlineTime When I click this I can see the JSON and it looks fine. But when using fetch it API Node.js code: app.get('/getOnlineTime', (r
I need to get all incoming messages from all possible social media and redirect them in one app, using this protocol https://pusher.com/docs/channels/library_au
I'm trying to add an auth system with JWT to my REST API but since I added my system and modified my security.yaml I have those errors:
I'm trying to update some data in Model using API in Laravel and Vue.js but I can't do this because FormData() is empty, I'm checking the data from formdata us
I'm trying to connect to an API that has a username and password with this code: try { URL url = new URL("https://url?UserName=username&Password=passwor
I'm facing a strange error when I'm sending data to an API. I have some endpoints that work pretty fine when I send and receive data. But one of those is giving