{"id":20059165,"url":"https://github.com/rd003/productminiapi","last_synced_at":"2026-04-18T07:36:44.941Z","repository":{"id":231841754,"uuid":"782045291","full_name":"rd003/ProductMiniApi","owner":"rd003","description":"Source code for image manipulation in .net core api.","archived":false,"fork":false,"pushed_at":"2024-04-12T11:39:56.000Z","size":74,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T09:45:34.314Z","etag":null,"topics":["aspnetcorewebapi","dotnet-core","imageupload"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=dBoVlBhjkks\u0026t=1s","language":"C#","has_issues":true,"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/rd003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-04T14:32:01.000Z","updated_at":"2024-10-28T20:49:33.000Z","dependencies_parsed_at":"2025-03-02T09:43:33.916Z","dependency_job_id":"80f58256-66b5-4e30-ae7d-168ef254e3c3","html_url":"https://github.com/rd003/ProductMiniApi","commit_stats":null,"previous_names":["rd003/productminiapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rd003/ProductMiniApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FProductMiniApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FProductMiniApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FProductMiniApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FProductMiniApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rd003","download_url":"https://codeload.github.com/rd003/ProductMiniApi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rd003%2FProductMiniApi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266808557,"owners_count":23987450,"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-07-24T02:00:09.469Z","response_time":99,"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":["aspnetcorewebapi","dotnet-core","imageupload"],"created_at":"2024-11-13T13:06:16.996Z","updated_at":"2026-04-18T07:36:39.908Z","avatar_url":"https://github.com/rd003.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProductMiniApi\n\nAPIs for Image manipulation (Add/Update/Delete/GetALL)\n\n## Tech Stack\n\n- .Net 6 web api\n- .EF Core 6\n- MSSQL\n\n## ImagePath\n\neg:\n`https://localhost:7077/resources/5b7c9e4d-3324-4f71-9b4c-a938d7edafde.jpg`\n\n## Endpoints\n\n- GET: api/products\n\n  ```\n   //response\n\n    [{\"id\":1,\"productName\":\"Product 1\",\"productImage\":\"5b7c9e4d-3324-4f71-9b4c-a938d7edafde.jpg\",\"imageFile\":null},{\"id\":2,\"productName\":\"Product 2\",\"productImage\":\"347c5bf5-df20-4b30-ad63-677c829820d2.jpg\",\"imageFile\":null}]\n  ```\n\n- POST: api/products\n  Content Type : Form Data\n  Body:\n\n  ```\n   ProductName : STRING | REQUIRED\n   ImageFile: FILE | REQUIRED\n  ```\n\n  - PUT: api/products/ {id:INTEGER}\n    Content Type : Form Data\n    Body:\n\n  ```\n   Id: INTEGER | REQUIRED\n   ProductName : STRING | REQUIRED\n   ImageFile: FILE (Pass null , if you dont want to update image),\n   ProductImage : STRING | REQUIRED\n  ```\n\n- DELETE: api/products/{id:INTEGER}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frd003%2Fproductminiapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frd003%2Fproductminiapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frd003%2Fproductminiapi/lists"}