-
We have a nestjs controller decorated with @Crud. The model is pretty simple, just 5 fields, 4 strings and a boolean. We generate swagger.json from our service, and generate SDK's from swagger.json …
-
> What about "bad input" tests? What if user specified some bad field name?
I believe that we should do as Tarantool does:
```lua
tarantool> box.tuple.new({1, {a = {b = 'c'}}})
---
- [1, {'a': …
-
Using JSON response for the Search function through RESTful API in CRUD. The result must be tested with Postman.
-
Let's implement persistent per-user preferences such as timezones, appearance settings, preferred language, etc.
There are several classes of preferences:
* Unmodifiable (fixed) user preference
…
-
How does the git support fit into the JSON API?
How to CRUD files?
-
![TodoList](https://github.com/user-attachments/assets/d8ce8925-70ff-4d55-8cd4-ff7bb41c90b9)
-
Hi there,
First of, I'll make it clear that I know it is not mandatory that one plugin plays well with another plugin, but I guess what I will discuss here talks about CakeDC/Users agnosticity in s…
-
Generate a token by camping, which should be included in each request (home made security)
First API : POST a JSON object with all camping places
Second API : CRUD operations on reservations
-
https://jsonapi.org/format/#crud-creating
how do i send post request with relationships
```js
POST /photos HTTP/1.1
Content-Type: application/vnd.api+json
Accept: application/vnd.api+json
…
-
Hey!
We have discovered a potential security issue with `crud-json-api`, what's the best way to get in touch to investigate?