issue_comments: 987461427
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/sqlite-utils/issues/349#issuecomment-987461427 | https://api.github.com/repos/simonw/sqlite-utils/issues/349 | 987461427 | IC_kwDOCGYnMM4623cz | 9599 | 2021-12-07T01:03:43Z | 2021-12-07T01:04:37Z | OWNER | In terms of types, I think that means it looks like this: ```python IndexesType = Iterable[ Union[str, Iterable[str]] ] def create( self, columns: Dict[str, Any], pk: Optional[Any] = None, ... indexes: Optional[IndexesType] = None, ): ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 1071531082 |