Questions tagged [api]
API (or Application Programming Interface) is a set of routines and standards set by software for the use of its features for applications that do not intend to engage in the implementation details of software, but only use their services.
178 questions
1
vote
0
answers
28
views
Is it possible to monitor SSPI calls?
I was thinking of if it is possible to log uses of SSPI calls such as AcquireCredentialsHandle and InitializeSecurityContext and which applications called the SSPI API?
I don't know of any event logs ...
0
votes
0
answers
78
views
How to use NinjaRMM to run an application via API?
I have a script like this listed on the device:
{
"type": "SCRIPT",
"id": 67,
"name": "script.run_application",
"language&...
1
vote
0
answers
84
views
Create a virtual USB device that allows you to use libraries and APIs like CyAPI or WinUSB API for testing and development without a physical device [closed]
I am developing a program that was previously used with a physical USB device (camera) using the CyAPI library. However, now there is no physical device, and it became necessary to continue ...
1
vote
1
answer
291
views
Force Anonymous Authentication in Power Query Connection
I am using an anonymous API to grab JSON data from a website. I have set up the connection in Power Query and chose "Anonymous" when prompted.
My issue is Excel continually asks to re-choose ...
2
votes
1
answer
118
views
How to enter programmatic commands, like extension API function, into a Visual Studio Code console?
I'm working in VS Code, and I'd like to be able to enter programmatic commands on the fly, e.g. vscode.window.showInformationMessage('foo').
I know in Sublime Text, I could hit Ctrl + ` to open a ...
0
votes
1
answer
101
views
Writing a socket server for an API that uses a persistent connection
I'm asked to create an app to manage a device that's usually behind a NAT or firewall, so unreachable from the outside.
Fortunately, the device's creators thought of that, so they created an API that ...
1
vote
1
answer
223
views
Windows Media Player automatic playlist creates multiple duplicates of the same music file
For some reason Windows Media Player does a very bad job of keeping unique files unique in their automatic playlists, as the image in the link shows. WMP snapshot showing 8 dupes of Bronski Beat - ...
2
votes
1
answer
430
views
How do you start a line-by-line profiling with JetBrains dotTrace 2024.1 using the API?
I'm trying to profile the performance of a class in an .NET application. I have JetBrains dotTrace 2024.1, which can profile: Sampling, Timeline, Tracing and Line-by-Line.
I want to start and end a ...
1
vote
2
answers
870
views
Update contact folder with Microsoft Graph API
I have some trouble with the new Microsoft API Graph.
I have a default folder of contacts in a generic Outlook profil.
I've already push it to all my users. Everyone one have a generic folder with 530 ...
0
votes
1
answer
146
views
How to proxy calls from any ip to exit from a single, authorized, ips to a customer's webserver?
I have a webserver. This server is authorized to make call to another private customer's api server
Note: this webserver is internal to our office. Our office is behind a VPN, so webserver is ...
1
vote
0
answers
92
views
firewall vs Soap (electronic billing API)
This is a complex question since it includes configuration and programming at the same time, but neither Sophos support nor the electronic billing service (consumer API) have given me an answer.
...
0
votes
1
answer
141
views
duplicity: No signature chains found
Trying to use duplicity to list files in a backup that is in google drive. I get the error as in the title.
I can see the folder and contents if I go to drive.google.com in the browser.
I created a ...
1
vote
1
answer
82
views
How do I use an API to extract to CSV? [closed]
Sorry, I've tried reading up on it but I just don't understand any of it.
There is an organisation, ALISS.org, which has a section with their API that lets you interact with their database of local ...
1
vote
1
answer
471
views
Where is github api reference?
I feel dumb, but I cannot find the GitHub API reference.
The https://docs.github.com/en/rest has a bunch of Guides, the "Getting started" mentions some "Rest API Reference Documentation&...
1
vote
0
answers
2k
views
how to print an entire get request from an API in Powershell?
I am working on a powershell script that displays all of the dns servers I manage via GoDaddy, and see which ones are about to expire. I am using the GoDaddy API and this following code:
. .\configs\...