@@ -47,9 +47,11 @@ For very simple cases you might want to pass through any class attributes using
...
@@ -47,9 +47,11 @@ For very simple cases you might want to pass through any class attributes using
# API Reference
# API Reference
The following classes are the concrete generic views. If you're using generic views this is normally the level you'll be working at unless you need heavily customized behavior.
## ListAPIView
## ListAPIView
Used for read-only endpoints to represent a collection of model instances.
Used for **read-only** endpoints to represent a **collection of model instances**.