Pseudo-standard responders for django DRF
Project description
# REST-RESP
Example resp:
```
{
"msg": "ok",
"pagination": {
"next": "",
"prev": ""
},
"errors": [],
"payload": [
{
"id": 10,
"full_name": "John Doe",
"profile": {
"screen_name": "John Doe",
}
}
]
}
```
Example resp:
```
{
"msg": "ok",
"pagination": {
"next": "",
"prev": ""
},
"errors": [],
"payload": [
{
"id": 10,
"full_name": "John Doe",
"profile": {
"screen_name": "John Doe",
}
}
]
}
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-restresp-0.1.9.tar.gz
(2.9 kB
view details)
File details
Details for the file django-restresp-0.1.9.tar.gz
.
File metadata
- Download URL: django-restresp-0.1.9.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2a5bd8e2d8346933159572f3af1463753d719817272fb9152d42adfc8994035 |
|
MD5 | c0869490b1306d3fc3f273270b096b64 |
|
BLAKE2b-256 | 1f46ea0817c112e91fe1e374d7aa7f271ca6c9b0f8c8b6e1d8b9ca5bdc875a7e |