I'm trying to register new app to use the Telegram API, but i'm aways getting ERROR message with no tips. I fill the form and click submit and nothing happened
I'm making a function that permits me to upload a picture to imgur in my express api (nodejs), i'm encoutering an error when calling a function returning a prom
I am using this ADO API - https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/get-pull-request-by-id?view=azure-devops-rest-6.0 I make this
I am attempting to create a search functionality in an android application and have been doing research on how I can accomplish this while taking in data from a
Can we update password for a User or Customer that already exists in Shopify using the Shopify API?
I have a form in my project and when it is submitted I need to send the data to an API and receive the response to check if there's an errors the html <form
I want to POST the following JSON-object via Postman: { "title": "test_title", "date": "2021-12-31", "attachments": [ { "name":
A very nuanced question and maybe environment specific. I am trying to use Outlook 2010 API to discern mailbox users from mail-enabled users. We are using Dell
I am getting this error : { "errors": "[API] Invalid API key or access token (unrecognized login or wrong password)" } Can anyone help me About the URL o
I have created below module in my android application. val appNetworkModule = module { // Dependency: OkHttpClient single { var okHttpClient=OkHttpClient.Bu
I am sending an API request to get my oauth_token through postman. This is my request: https://api.twitter.com/oauth/request_token?oauth_callback=oob where the
I'm an absolute beginner when it comes to programming. I've been trying to import data table from "http://www.rotowire.com/daily/nba/value-report.htm" into goog
I need to process a list of several audio files (MP3 and WAV) and mix them to generate an audio stream (AAC codec / fltp) to be included into an mp4 file (using
I am facing an issue while sending the json file in request for RestController, Please check the details below I have a json file , let say test.json { "Pol
I need to convert input data to lower and then return it in it's original form with PHP, is it impossible or does anyone have a solution? thank you. ps, i'm
Is it possible somehow to know the sequence to perform a specific task? For instance, domain registration. API commands documented here: https://api.ovh.com/con
To study, I'm trying to make a bot that, in response to a request, will send an image. Used waifu pics api (https://waifu.pics/docs) just pictures. It sends the
I'm working on Android and I'm trying to capture a picture without displaying any preview. I tried to simplify the process by making a class. It's working but a
I'm trying to replicate the same signature outcome as the Python code in Java. Python Code Example: secret = "1234abcd".encode() encoded_payload = json.dumps(pa
exchange.load_markets() while 1: try: bars = exchange.fetch_ohlcv(ETH/USDT, timeframe='5m', limit=5)