No need to link to _shape=objects any more

It's the default now. Refs #782
This commit is contained in:
Simon Willison 2022-12-31 17:42:48 -08:00 committed by GitHub
commit d94a3c4326
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,7 +374,6 @@ class ApiExplorerView(BaseView):
"label": "Get rows for {}".format(table),
"method": "GET",
"path": self.ds.urls.table(name, table, format="json")
+ "?_shape=objects".format(name, table),
}
)
# If not mutable don't show any write APIs