{"id":31122824,"url":"https://github.com/lupusanay/image-resize","last_synced_at":"2026-05-07T04:38:49.209Z","repository":{"id":35235629,"uuid":"170006702","full_name":"LupusAnay/image-resize","owner":"LupusAnay","description":"Flask async REST service for image resizing","archived":false,"fork":false,"pushed_at":"2022-11-22T04:30:29.000Z","size":95,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T08:08:11.527Z","etag":null,"topics":["celery","docker","flask","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LupusAnay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-10T17:44:05.000Z","updated_at":"2024-04-24T08:08:11.528Z","dependencies_parsed_at":"2023-01-15T16:47:48.888Z","dependency_job_id":null,"html_url":"https://github.com/LupusAnay/image-resize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LupusAnay/image-resize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LupusAnay%2Fimage-resize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LupusAnay%2Fimage-resize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LupusAnay%2Fimage-resize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LupusAnay%2Fimage-resize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LupusAnay","download_url":"https://codeload.github.com/LupusAnay/image-resize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LupusAnay%2Fimage-resize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275631538,"owners_count":25500065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["celery","docker","flask","python"],"created_at":"2025-09-17T17:13:50.317Z","updated_at":"2025-09-17T17:13:53.286Z","avatar_url":"https://github.com/LupusAnay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Resize\nFlask async REST service using for image resizing\n\nUsage: `docker-compose up`\n\nFurther information can be found in the \ndocumentation on Docker and Docker Compose\n\n## API Reference:\n\n### Create resize task:\n```http request\nPOST /operation/resize HTTP/1.1\n\nContent-Type: multipart/form-data\n```\nAccepts a file in `mulipart/form-data` format and json with height and width \nparameters\nReturns a json with created task id, or error\n\n### Get task state\n```http request\nGET /status/\u003cuuid:task_id\u003e HTTP/1.1\n```\nAccepts a task id in UUID format as a GET parameter, and returns state of that \ntask, or returns 404 if there is not task with given id\n\n### Get task result\n```http request\nGET /operation/result/\u003cuuid:task_id\u003e HTTP/1.1\n```\n\nAccepts a task id in UUID format as a GET parameter, and returns result of that \ntask, or returns 404 if there is not task with given id or it's not completed\nyet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupusanay%2Fimage-resize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flupusanay%2Fimage-resize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupusanay%2Fimage-resize/lists"}