{"id":15978336,"url":"https://github.com/tandrewnichols/vim-tapir","last_synced_at":"2025-04-04T17:50:09.873Z","repository":{"id":142028499,"uuid":"151436031","full_name":"tandrewnichols/vim-tapir","owner":"tandrewnichols","description":"A flexible rest client for vim","archived":false,"fork":false,"pushed_at":"2019-05-10T14:16:51.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T03:16:26.688Z","etag":null,"topics":["rest-client","vim","vim-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","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/tandrewnichols.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":"2018-10-03T15:32:47.000Z","updated_at":"2019-05-10T14:16:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"665cbb0c-0101-4bab-854d-8c64348fb3bc","html_url":"https://github.com/tandrewnichols/vim-tapir","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"5c371707ef2b347a2f32b0b73af377fcc8a7ed71"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandrewnichols%2Fvim-tapir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandrewnichols%2Fvim-tapir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandrewnichols%2Fvim-tapir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tandrewnichols%2Fvim-tapir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tandrewnichols","download_url":"https://codeload.github.com/tandrewnichols/vim-tapir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226196,"owners_count":20904465,"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":["rest-client","vim","vim-plugin"],"created_at":"2024-10-07T23:08:39.736Z","updated_at":"2025-04-04T17:50:09.856Z","avatar_url":"https://github.com/tandrewnichols.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim-Tapir\n\n            _,.,.__,--.__,-----.\n         ,\"\"   '))              `.\n       ,'   e                    ))\n      (  .='__,                  ,\n       `~`     `-\\  /._____,/   /\n                | | )    (  (   ;\n                | | |    / / / / \n        vvVVvvVvVVVvvVVVvvVVvVvvvVvPhSv \n\nA REST client for vim\n\n## Overview\n\nWork in progress. This is completely unstable . . . like _alpha_ alpha. Install at your own peril. It does actually do a few things _now_ though. You can make GET, POST, PUT, etc. requests in the current window (e.g.` EGet`), a new split (e.g. `SPost`), a new vertical split (e.g. `VPut`), or a new tab (e.g. `TPatch`). The response text will be populated in that buffer (and syntax highlighted/formatted if it's html or json), and the headers will be opened above it. The `Get` family is the only really useful thing right, as I haven't added support for a post body in POST/PUT, so you can't actually send data at the moment. You may want to use `:bw` or `:bd` instead of `:q` when closing out these buffers, otherwise you get errors the next time your run a command.\n\n## Installation\n\nIf you don't have a preferred installation method, I really like vim-plug and recommend it.\n\n#### Manual\n\nClone this repository and copy the files in plugin/, autoload/, and doc/ to their respective directories in your vimfiles, or copy the text from the github repository into new files in those directories. Make sure to run `:helptags`.\n\n#### Plug (https://github.com/junegunn/vim-plug)\n\nAdd the following to your vimrc, or something sourced therein:\n\n```vim\nPlug 'tandrewnichols/vim-tapir'\n```\n\nThen install via `:PlugInstall`\n\n#### Vundle (https://github.com/gmarik/Vundle.vim)\n\nAdd the following to your vimrc, or something sourced therein:\n\n```vim\nPlugin 'tandrewnichols/vim-tapir'\n```\n\nThen install via `:BundleInstall`\n\n#### NeoBundle (https://github.com/Shougo/neobundle.vim)\n\nAdd the following to your vimrc, or something sourced therein:\n\n```vim\nNeoBundle 'tandrewnichols/vim-tapir'\n```\n\nThen install via `:BundleInstall`\n\n#### Pathogen (https://github.com/tpope/vim-pathogen)\n\n```sh\ngit clone https://github.com/tandrewnichols/vim-tapir.git ~/.vim/bundle/vim-tapir\n```\n\n## Usage\n\nComing soon.\n\n## Contributing\n\nI always try to be open to suggestions, but I do still have opinions about what this should and should not be so . . . it never hurts to ask before investing a lot of time on a patch.\n\n## License\n\nSee [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftandrewnichols%2Fvim-tapir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftandrewnichols%2Fvim-tapir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftandrewnichols%2Fvim-tapir/lists"}