{"id":15091232,"url":"https://github.com/paulvollmer/swagger-walk","last_synced_at":"2026-01-05T03:45:03.398Z","repository":{"id":86064470,"uuid":"91486900","full_name":"paulvollmer/swagger-walk","owner":"paulvollmer","description":"swagger utility to walk through paths, methods and definitions. (WIP)","archived":false,"fork":false,"pushed_at":"2018-03-28T21:58:34.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T10:29:38.895Z","etag":null,"topics":["swagger-specification","swagger-walker"],"latest_commit_sha":null,"homepage":"http://paulvollmer.net/swagger-walk","language":"JavaScript","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/paulvollmer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-16T17:39:47.000Z","updated_at":"2018-03-28T21:58:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a4d3002-c025-4f65-b9f9-d133ef81802e","html_url":"https://github.com/paulvollmer/swagger-walk","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"a698cef9b0a9e0093fe8dfdd7ed7af69131c6d99"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fswagger-walk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fswagger-walk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fswagger-walk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulvollmer%2Fswagger-walk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulvollmer","download_url":"https://codeload.github.com/paulvollmer/swagger-walk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945596,"owners_count":20536295,"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","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":["swagger-specification","swagger-walker"],"created_at":"2024-09-25T10:36:35.875Z","updated_at":"2026-01-05T03:45:03.359Z","avatar_url":"https://github.com/paulvollmer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swagger-walk [![Build Status](https://travis-ci.org/paulvollmer/swagger-walk.svg?branch=master)](https://travis-ci.org/paulvollmer/swagger-walk)\nswagger utility to walk through paths, methods and definitions.\n\n## Usage\nsimple example how to use the `swagger-walk` utility.\n\n```\nconst SwaggerWalk = require('swagger-walk')\n// read swagger file\nconst spec = require('./swagger.json')\n\n// create a new instance and set the swagger specification\nlet walker = new SwaggerWalk()\nwalker.setSpec(spec)\n\n// walk all path methods\nwalker.paths.walkMethods((index, path, method, data) =\u003e {\n  console.log(path, method)\n})\n```\n\n# License\nLicensed under [MIT-License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulvollmer%2Fswagger-walk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulvollmer%2Fswagger-walk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulvollmer%2Fswagger-walk/lists"}