-
Follow-up to . In this case we had an endpoint that was not returning JSON. We should investigate if it is possible to make all our REST endpoints return JSON content (if they return content at all), …
-
Having a team that work on both WebStorm/PhpStorm and VS Code, finding a way to be compatible is always desirable.
We started using http/rest files for some of our stuff, and we would like to be ab…
-
We have a gradle project and currently use ` id 'org.owasp.dependencycheck' version '10.0.4'` in a spring project.
Dependency check has been giving this error in our pipeline for the past two days wi…
-
In the REST API documentation, many endpoints follow a structure where a table format of the response is shown after `Response:`, and an example in JSON format is provided after `Response format:` (…
-
When API REST caching is activated (with add_filter( 'rocket_cache_reject_wp_rest_api', '__return_false' );), API REST endpoints return cached data with HTML header instead of JSON header.
-
The gapic showcase tests added in [this python PR](https://github.com/googleapis/gapic-generator-python/pull/1764) uncovered an issue with the gapic showcase server. It seems that when using the Strea…
-
Hello,
I'm pretty new to the python/django world so please forgive me in advance for my mistakes!
I wanna use **drf-yasg** with [django-rest-framework-json-api](https://github.com/django-json-ap…
-
Quando parli di REST dai per scontato che un server in un'architettura REST esponga dati esclusivamente in JSON. In realtà non è assolutamente detto. Un sito web RESTFul è un esempio di architettura r…
-
When building packages with pkg it is assumed, that property "main" is defined in package.json (which it is in arcgis-rest-portal / arcgis-rest-request / arcigs-rest-auth: eg.: `"main": "dist/cjs/inde…
-
Hello
I may be doing something wrong, but I cannot make the pagination work. I do have a collection with 14 items, and when I try to use item_collection with the default limit of 10, I don't receiv…