Skip to content

Commit b91491b

Browse files
more readme
1 parent afe6e9a commit b91491b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Then, go to the [github repo](https://github.com/positronix-ai/groundlight-pytho
9292
## TODOs
9393

9494
- `groundlight.submit_image_query()` doesn't work yet! We need to fix it!
95+
- It would be nice to ahve a `get_or_create_detector()` function (even better if it's supported in the API directly). That way, "submit image query" code examples will be simpler.
9596
- Tests
9697
- Improve wrappers around API functions (e.g., so you don't have to call `.body` on a response, or add auto-pagination managers, etc.)
9798
- `with` context manager
@@ -100,5 +101,5 @@ Then, go to the [github repo](https://github.com/positronix-ai/groundlight-pytho
100101
- Better way of managing dependency on OpenAPI spec (right now, we just copy the file over manually)
101102
- Update the web links (links to website, link to API endpoint, etc.)
102103
- Add an image query long polling helper method (calls POST, then several GETs)
103-
- Add jpeg function helpers
104+
- Add image/jpeg utilities
104105
- ...

0 commit comments

Comments
 (0)