yaade
yaade copied to clipboard
Yaade is an open-source, self-hosted, collaborative API development environment.
I really like Yaade. Something basic I'm missing though is being able to re-order the collections and requests. This helps me keep stuff organized.
As the title and [this comment](https://github.com/EsperoTech/yaade/issues/1#issuecomment-1166440370) say. :wink: Thank you for your work! :raised_hands:
Hi team, thanks for this project. I have been looking for awhile on something like this and glad I stumbled on this project. Would be great tool to use if...
Hosting a demo site so that users could try out the app in one click would be helpful.
Add an yaade CORS extension for Firefox
I know I could technically use a POST request to do the same. Is there any support for graphql planned?
The common approach for api call from the frontend in this project is, that they are defined in the api/index and passed from the Dashboard.tsx to the components. The save...
Currently, only entire collections can be access restricted via groups. It would be nice if environments could be access restricted, too. The logic should be: - any user that's part...
When setting up collection-level headers, the behavior should be that request-level headers overwrite collection-level headers with the same key. This is currently not the case. Steps to reproduce: 1. Create...