Questions tagged as 'api'

1
answer

How to maintain cohesion in my REST API?

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...
asked by 05.05.2018 / 02:05
1
answer

GET Request WooCommerce with criteria by Date - restSharp

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...
asked by 18.05.2018 / 20:08
1
answer

How to get all posts from the WordPress REST API?

per_page returns posts in the range of 1 to 100, but needed to return 500. How to get all posts from the WordPress REST API?     
asked by 17.05.2018 / 20:19
1
answer

Object as parameters for C # API

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,...
asked by 02.05.2018 / 22:02
1
answer

Error accessing route released with Spring boot

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,...
asked by 13.06.2018 / 18:52
1
answer

Converting JSON to arraylist android

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:...
asked by 21.04.2018 / 22:46
1
answer

Return json api no ionic 3

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...
asked by 09.03.2018 / 15:00
0
answers

Laravel consuming API and transforming object to array

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:...
asked by 10.03.2018 / 00:56
1
answer

Consume api with laravel [closed]

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!     
asked by 09.03.2018 / 23:20
0
answers

laravel 5.4 passport - authentication 3rd party login

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...
asked by 23.04.2018 / 15:56