Skip to content

Commit

Permalink
No need to link to _shape=objects any more
Browse files Browse the repository at this point in the history
It's the default now. Refs #782
  • Loading branch information
simonw authored Jan 1, 2023
1 parent 3c352b7 commit d94a3c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datasette/views/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ async def example_links(self, request):
"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
Expand Down

0 comments on commit d94a3c4

Please sign in to comment.