├── .DS_Store ├── LICENSE ├── README.md └── screenshots ├── .DS_Store └── GetAPI_Dashboard_v1.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-API-App/Issue-Tracker/b7238cfcfb349fe2581a648277bb16f6c6bd7850/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Get API 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## GET API 2 | - ✅ Native Mac app 3 | - Make REST requests and Websocket 4 | - Simple license: Perpetual with 1 year of update. No subscription 5 | - Privacy-First: No Login/cloud-workspace, use your GitHub as a source of truth 6 | - File System Source Tree 7 | - Auto Completion for Header, Query, Param 8 | - Import from Postman / Insomnia / cURL 9 | 10 | ## Screenshot 11 | ![Get API Dashboard](/screenshots/GetAPI_Dashboard_v1.png) 12 | 13 | ## Have a problem? 14 | 15 | - Open a GitHub ticket 16 | - support@proxyman.io 17 | 18 | --- 19 | 20 | GET API is developed by a small engineering team (Proxyman.io and TablePlus.com). It facilitates how we make Restful API and brings all developers joy and pleasure. 21 | 22 | We're genuinely happy if you purchase a license to support the development ❤️ 23 | 24 | TablePlus & Proxyman team. 25 | -------------------------------------------------------------------------------- /screenshots/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-API-App/Issue-Tracker/b7238cfcfb349fe2581a648277bb16f6c6bd7850/screenshots/.DS_Store -------------------------------------------------------------------------------- /screenshots/GetAPI_Dashboard_v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Get-API-App/Issue-Tracker/b7238cfcfb349fe2581a648277bb16f6c6bd7850/screenshots/GetAPI_Dashboard_v1.png --------------------------------------------------------------------------------