{"id":19827424,"url":"https://github.com/sandysanthosh/rest-api-doc","last_synced_at":"2026-05-18T06:35:50.166Z","repository":{"id":107709101,"uuid":"97866209","full_name":"sandysanthosh/REST-API-DOC","owner":"sandysanthosh","description":"Rest API Document to TEST in Bootstrap using AXIOS","archived":false,"fork":false,"pushed_at":"2020-09-02T18:30:35.000Z","size":699,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-18T23:42:59.129Z","etag":null,"topics":["postman","restapi"],"latest_commit_sha":null,"homepage":"https://sandysanthosh.github.io/REST-API-DOC/","language":"JavaScript","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/sandysanthosh.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":"2017-07-20T18:24:15.000Z","updated_at":"2020-09-02T18:30:38.000Z","dependencies_parsed_at":"2023-06-08T20:00:14.037Z","dependency_job_id":null,"html_url":"https://github.com/sandysanthosh/REST-API-DOC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sandysanthosh/REST-API-DOC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FREST-API-DOC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FREST-API-DOC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FREST-API-DOC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FREST-API-DOC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandysanthosh","download_url":"https://codeload.github.com/sandysanthosh/REST-API-DOC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandysanthosh%2FREST-API-DOC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":["postman","restapi"],"created_at":"2024-11-12T11:13:15.755Z","updated_at":"2026-05-18T06:35:50.151Z","avatar_url":"https://github.com/sandysanthosh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## REST API DOCUMENTATION\n\n### Representational state transfer \n\nREST != HTTP\n\nResources are decoupled from their representation variety of formats \n\n\n       - HTML, XML, plain text, PDF, JPEG, JSON\n\nHTTPS Methods:\n        GET \n        PUT\n        POST \n        DELETE\n        PATCH\n\nHTTPS STATUS CODE:\n\n        200 OK\n        201 OK created\n        301 Moved t new url\n        304 Not modified\n        400 Bad reuquest\n        401 Unauthorized\n        404 Not found\n        500 Internal server error\n\nLearn REST API:\n\nhttps://developer.github.com/v3/#pagination\n\nTo Test REST API you can use POSTMAN:\n\n\nTo Test all the user:\n\nhttps://api.github.com/users\n\nTo Test Specific user:\n\nhttps://api.github.com/users/sandysanthosh\n\n\n### Fake Rest API:\n\nResources:\n\nhttps://jsonplaceholder.typicode.com/\n\n                            /posts\t       100 posts\n                            /comments\t500 comments\n                            /albums\t100 albums\n                            /photos\t5000 photos\n                            /todos  \t200 todos\n                            /users        10 Users\n                            \nRouters:\n\nhttps://jsonplaceholder.typicode.com/\n\n                            GET\t/posts\n                            GET\t/posts/1\n                            GET\t/posts/1/comments\n                            GET\t/comments?postId=1\n                            GET\t/posts?userId=1\n                            POST\t/posts\n                            PUT\t/posts/1\n                            PATCH\t/posts/1\n                            DELETE\t/posts/1\n                            \n  TO LIMIT:\n  \n  https://jsonplaceholder.typicode.com/todos?_limit=5\n  \n  ### Download Axios folder and run index.html:\n  \n  ![axios](https://user-images.githubusercontent.com/11579239/82775884-a9bfe600-9e66-11ea-9364-daef55b3ac91.JPG)\n\n  \n@Restcontroller \n@ResponseBody\n@RequestMapping\n  \n  \n \n #### Follow US\u003c/t\u003e\u003ca href=\"http://starwalt.in/Blogs/index.html\"\u003eStarwalt\u003c/a\u003e\n \n \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandysanthosh%2Frest-api-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandysanthosh%2Frest-api-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandysanthosh%2Frest-api-doc/lists"}