I have a table "payment_forms" and I made an API to get all these forms of payment, but even the database is correct, it informs that the "name" field is null in return, see:
[{"nome":"Dinheiro"},{"nome":"Cheque"},{"nome":null},{"nome":null}]...
Is there an API that lists jobs and job functions? (In Brazil)
Example: Informática -> DBA, Programador, Suporte Técnico.
Among other types of jobs.
It does not necessarily have to be an API, it can be some kind of file I can import...
Is there any way to vary the value of a JSON? Let's take an example:
I have the following JSON
{
"ISteamClient": 0,
"ISteamFriends": 0,
"ISteamUser": 0,
"IEconItems_440": 0,
"IEconItems_730": 0,
"ISteamGameCoordinato...
I am putting together a return of an Api in JSON , and the return I am in AnynimousType I believe that is how it is called, in it I name the variables as they will for Json, I needed to make a foreach to return the parcels, of a form o...
I'm studying Requests in Python and I'm trying to get the data from the zip code: link p>
I can get it, but when it comes to showing them, since I live in São Paulo because of the encoding I get: S\u00e3o Paulo
Reading the request...
I have a form in HTML that should send data to a server in JSON format. How do I format this input and submit data to an API Rest the data in JSON in the way I described below?
As I see it, I need to do a POST, the difficulty is...
I'm developing a small project and I have two entities for now:
Product and Customer
The product API is asynchronous (with Task and async) and the client API is synchronous.
I wonder if there is any problem in using these two approaches...
I'm using a WeatherTime API.
When I get the weather data from a city via JSON I get the temperature as follows:
clima.setTemperatura((Long) dataNode.get("temperature"))
However, in the API documentation, when I use get ("temperature") it...
Personal I have the following code, which opens the consent form of google, where the authorization of the user is made and an authentication token is generated:
public async Task<ActionResult> IndexAsync(CancellationToken cancellationTo...