{"id":19278889,"url":"https://github.com/jod35/author-api-v2","last_synced_at":"2026-04-11T11:39:35.230Z","repository":{"id":112452805,"uuid":"283169665","full_name":"jod35/Author-Api-V2","owner":"jod35","description":"This is version 2 of the author API I built I while ago.","archived":false,"fork":false,"pushed_at":"2020-07-31T11:42:01.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T21:42:48.785Z","etag":null,"topics":["database","flask","marshmallow","mysql"],"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/jod35.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-28T09:47:32.000Z","updated_at":"2021-02-08T21:22:45.000Z","dependencies_parsed_at":"2023-05-15T02:15:17.221Z","dependency_job_id":null,"html_url":"https://github.com/jod35/Author-Api-V2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jod35/Author-Api-V2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FAuthor-Api-V2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FAuthor-Api-V2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FAuthor-Api-V2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FAuthor-Api-V2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jod35","download_url":"https://codeload.github.com/jod35/Author-Api-V2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FAuthor-Api-V2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271631273,"owners_count":24793459,"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-08-22T02:00:08.480Z","response_time":65,"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":["database","flask","marshmallow","mysql"],"created_at":"2024-11-09T21:12:32.238Z","updated_at":"2026-04-11T11:39:30.208Z","avatar_url":"https://github.com/jod35.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Author API V2\nThis is a second version of the AuthorApi I created. It has some added functionality like JSON serialization and deserialization with Marshmallow.\n\n## Built With\n- Flask\n- Flask Marshmallow\n- MySQL\n## The API Endpoints\n ENDPOINT  |METHOD | FUNCTION|\n ----------|-------|---------|\n /authors/ | GET   |Get all authors|\n /authors/ | POST  |Create an author|\n /author/id| GET   | Get an author with an id|\n /author/id| PUT   | Update an author with an id|\n /author/id| DELETE   | Delete an author with an id|\n\n\n\n\n## To get running\n1. Clone the project\n`git clone https://github.com/jod35/AuthorAPI-V2`\n\n2. Install project Dependencies\n` pip3 install -r requirements.txt `\n\n3. To run the API,\n- Create the database ` apidb ` (With MySQL of course)\n- Edit ` user ` and ` passwd ` to your MySQL database user and password.\n- Enter the command in your termainal ` export FLASK_APP=wsgi.py`\n- Enter the command in your terminal ` flask shell ` to access the app in the Flask interactive console. \n- And then run ` db.create_all() ` to set the database up\n- Finally run the appliaction with ` flask run `\n\n## Author\n[Ssali Jonathan (Jod35)](https://github.com/jod35)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Fauthor-api-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjod35%2Fauthor-api-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Fauthor-api-v2/lists"}