I have two features of a REST API
Specialists and Services. A specialist can perform various services.
I needed to list all services that have at least one partner specialist.
get services /? criteria
get experts /? criteria
How could I...
I am doing an integration with C # and the WooCommerce API, my situation is this, I can communicate with the API through restSharp and I can get the requests of the site through the URL: link , so far so good! But when I try to enter a criteria...
I have a request made in Angular for C #. However I do not know how to receive the data in My API In C #.
getWithFilters(filter: any) {
let parametros: any = {
razaoSocial: filter.razaoSocial,
cnpj: filter.cnpjcpf,...
Good afternoon I have a problem in the release of routes for my application made with Spring boot. The problem is that the main route "/ home" requests the JWT token to access it, but it is configured to allow any kind of request from any user,...
Good afternoon!
I am trying to consume an API in android but I am having difficulty because in the JSON file it brings a category, I tried to add the variable "acronym" but it did not work; the JSON returned in the variable response is this:...
I have the following problem, I am using a api , which I created, when I use the method find I pass email and it returns me if found email e senha
Method
buscarEmail(){
this.webservice.findConta(this.ema...
Next I'm making a request of type get and it's returning me a objeto and I'd like it to be an array,
already tried to use
$dados= Array.of($response->getBody()->getContents());
But of the error!
error
Parse error:...
I'm looking in the Laravel documentation, in several places, but I'm still unsuccessful. I'm looking for somewhere that has a tutorial on how to consume an api with laravel!
I have this system that I developed. It is developed in reactjs + redux + sagas in the frontend and RESTFUL API in the backend in laravel.
BUT in the company where I work, there is a requirement that the login be centralized and provided by a...