api Questions
7
Solved
There is a JSON API for PyPI which allows getting data for packages:
http://pypi.python.org/pypi/<package_name>/json
http://pypi.python.org/pypi/<package_name>/<version>/json
H...
6
Solved
Is there a way to search and retrieve the results from On-Line Encyclopedia of Integer Sequences (http://oeis.org) programmatically?
I have searched their site and the results are always returned ...
2
Solved
I am desperately trying to move 2 classic storage accounts from my old MSDN subscription to my MPN subscription and I keep hitting a brick wall as move is only supported for these through REST APIs...
Mochun asked 2/10, 2016 at 23:47
2
Solved
I have an url to github repo, for instance: https://github.com/dotnet/corefx
Is there any possible approach in github's API to get "C#" as a primary language of the repository?
Mccartan asked 21/2, 2017 at 15:34
4
Solved
I am using Azure app service api to view server details like worker process and region etc. for management purpose. After generating token from AuthenticationContext.AcquireTokenAsync method, I am ...
Trichroism asked 9/10, 2019 at 10:34
4
Solved
The Flask tutorial site here says that to create a RESTful API, you would write classes that extend restful.Resource, then add them to the API by:
app = Flask(__name__)
api = restful.Api(app)
clas...
9
5
Solved
I am trying to validate the input of a email address that exists but only when the company_id is the same as the company_id which is passed in with the request.
I am getting this error...
SQLST...
4
Solved
I am using Visual Studio 2019 on a Mac, trying to start a REST API project.
Immediately got stuck when trying to install NewtonsoftJson 6.0.2
I was just following a tutorial, and version of Newtons...
7
So I have a path to file. How to check if it is executable? (unix, C++)
3
I've created a new account to use the Marvel API's, but I'm having some trouble to make calls to it.
I've generated a hash based on these parameters:
timestamp: 1561464418685
public key: 3e6f6...
Ashlieashlin asked 25/6, 2019 at 13:49
7
With thwe http package I can send an image to a server by putting te binary data in the body of a post call like in the snippet of this code:
var response = await http.post('My_url', body: File(pat...
5
I'm trying to connect to an API with python, using WebSocketApp, and I cannot seem to do it. No matter what I try, I keep getting this error:
AttributeError: 'module' object has no attribute 'WebS...
3
I am working on a web app in which some content is generated in the form of text (and will soon include images as well). I want to add a share button which will allow the user to add this content t...
Pleadings asked 28/5, 2020 at 17:53
14
I tried installing pdfkit Python API in my windows 8 machine. I'm getting issues related to path.
Traceback (most recent call last):
File "C:\Python27\pdfcre", line 13, in <module>
pdfkit....
Greer asked 28/12, 2014 at 5:19
6
Solved
7
Solved
What is the best way to represent infinity in a JSON API? e.g. free to read articles for this month (this will be a finite number on some subscriptions and infinite on the premium subscription).
...
7
Solved
I'm stuck trying to figure out a little bit of JS :( I have a google map
var myCenter=new google.maps.LatLng(53, -1.33);
function initialize()
{
var mapProp = {
center:myCenter,
zoom: 14,
drag...
Keijo asked 7/6, 2013 at 13:55
2
Solved
The API should serve an endpoint where a user can either provide a guid, a path or a code. This is what the url scheme should look like:
api/locations?code={str}&guid={str}&path={str}
The ...
Alaniz asked 18/4, 2023 at 11:51
4
Problem description
i am working on a Xamarin application that consumes a REST API written in Python flask.
The Xamarin application offers virtual shopping lists where user can collaborate on bu...
Leilani asked 16/1, 2019 at 19:49
6
Solved
I am using postman to do some testing on a REST API.
To login I use a post request who respond with a token I need to keep to use it with another request.
I did it that way :
and then I want to...
4
I'm using the Slack API to get a link from a Slack workspace. It works except when a message is posted, it triggers more then once. Everytime. Here is the code I have:
exports.slack = (req , res) ...
Maddocks asked 6/6, 2018 at 8:13
9
Solved
In Windows I read the registry key SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName to get the full name and version of the OS.
But in Linux, the code
struct utsname ver;
uname(&ver);...
2
Right now this code is deleting single selected record, but unable to delete multiple records. Is there away to delete multiple selected records?
Component Html
<div class="main">
...
Martyrdom asked 17/8, 2021 at 9:45
8
Solved
I am using salesforce rest api to access the salesforce account from my rails app.I created a remote access app and got the key N the id. I was able to authenticate the user and get the auth_token,...
Barter asked 23/5, 2011 at 9:32
1 Next >
© 2022 - 2025 — McMap. All rights reserved.