Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to save spec by calling remote url and load spec by getting data from remote url + way to clear settings #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

sergeyglazyrindev
Copy link

Hello guys!
I am working on integrating open api support into some go project (uadmin -> but I am heavily changing it to be easily used in real projects)
So, I found this project, I am gonna provide a way to start a server where developers which use uadmin have out of the box way to start locally oaie-sketch and ability to load/save spec from/to remote url.
So, I refactored this project a little bit, now it's ready to be published as own npm package that could be easily used in javascript world.
The main goal is provide a way to work with oaie-sketch locally.
Please review my solution.

@sergeyglazyrindev
Copy link
Author

Here is an example of usage:
For example I open my local url: http://localhost:8083/?saveToFileEndpoint=/spec
and in this changeset I store/load spec from the fs.
sergeyglazyrindev/uadmin@2d7b445

@sergeyglazyrindev
Copy link
Author

This is first step of improvements, I am gonna move all code into typescript and cover with tests, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant