{"id":20633001,"url":"https://github.com/yenilikci/flask-bookmark-api","last_synced_at":"2026-04-23T09:37:21.462Z","repository":{"id":41538756,"uuid":"477327309","full_name":"yenilikci/flask-bookmark-api","owner":"yenilikci","description":"Flask REST API with Sqlalchemy and Flasgger","archived":false,"fork":false,"pushed_at":"2022-04-17T21:09:38.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T23:58:40.393Z","etag":null,"topics":["flasgger","flask","flask-json","flask-jwt-extended","sql-alchemy","validators","werkzeug"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yenilikci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-03T11:56:24.000Z","updated_at":"2024-07-02T20:30:26.000Z","dependencies_parsed_at":"2022-09-01T16:04:37.742Z","dependency_job_id":null,"html_url":"https://github.com/yenilikci/flask-bookmark-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yenilikci/flask-bookmark-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenilikci%2Fflask-bookmark-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenilikci%2Fflask-bookmark-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenilikci%2Fflask-bookmark-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenilikci%2Fflask-bookmark-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yenilikci","download_url":"https://codeload.github.com/yenilikci/flask-bookmark-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenilikci%2Fflask-bookmark-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32175028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flasgger","flask","flask-json","flask-jwt-extended","sql-alchemy","validators","werkzeug"],"created_at":"2024-11-16T14:18:09.532Z","updated_at":"2026-04-23T09:37:21.440Z","avatar_url":"https://github.com/yenilikci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask-bookmark-api\n\n## packages\n\n✨ flask \n\n✨ werkzeug.security\n\n✨ flask_jwt_extended\n\n✨ flasgger \n\n✨ flask_sqlalchemy \n\n✨ validators\n\n✨ flask.json\n\n## endpoints\n\n| Endpoint  | Http Request Method  | Body  | Params  | Args | Description  |\n| ------------ | ------------ | ------------ | ------------ | ------------ | ------------ |\n| /api/v1/auth/register  |  POST | {\"username\":\"username\",\"email\":\"example@mail.com\",\"password\":\"M12345.\"}  | Empty  | Empty | It allows us to register the user. |\n| /api/v1/auth/login  |  POST | {\"email\":\"example@mail.com\",\"password\":\"M12345.\"}  | Empty  | Empty |It allows us to login.\n| /api/v1/auth/me  | GET  | Empty  | Empty  | Empty | It returns our username and email information. |\n| /api/v1/auth/token/refresh  |  POST | Empty  |  Empty | Empty | Creates a new access token.  |\n| /api/v1/bookmarks/  |  GET | Empty  | Empty | page=1\u0026per_page=5  | Get bookmarks by pagination. |\n| /api/v1/bookmarks/   | POST  | {\"body\":\"Comlaf\",\"url\":\"comlaf.com\"}   | Empty  | Empty  | Creates a bookmark. |\n| /api/v1/bookmarks/:id | GET | Empty | id:int | Empty |  Get the bookmark by id. | \n| /api/v1/bookmarks/:id | PUT \u0026 PATCH | Empty | id:int | Empty | Update bookmark by id. |\n| /api/v1/bookmarks/:id | DELETE | Empty | id:int | Empty | Delete bookmark by id. |\n| /api/v1/bookmarks/stats | GET | Empty | Empty | Empty | Get bookmarks with visit information. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyenilikci%2Fflask-bookmark-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyenilikci%2Fflask-bookmark-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyenilikci%2Fflask-bookmark-api/lists"}