You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal is to create an endpoint to allow many duckies to be generated at once, rather than requiring a large number of requests for someone (me) who sometimes wants a large(ish) quantity of ducks at once.
How the endpoint would work
Seeded
POST /duck/bulkContent-Type: application/json
{
"seeds": [
1234,
5678
]
}
Unseeded
GET /duck/bulk?amount=5
Return value
The return value would be an array of objects containing a seed and URL:
This proposal is to create an endpoint to allow many duckies to be generated at once, rather than requiring a large number of requests for someone (me) who sometimes wants a large(ish) quantity of ducks at once.
How the endpoint would work
Seeded
Unseeded
Return value
The return value would be an array of objects containing a seed and URL:
This format is also related to #70 except it is an array, rather than a single object, but the object schema remains the same.
The text was updated successfully, but these errors were encountered: