Raymond
Raymond
A lot of California vaccine appointments are running through https://myturn.ca.gov/ It looks like there are two APIs that would need to be called. An Eligibility API and then a search...
Apologize if this is already in place, being worked on, or is deemed out of scope of what you are trying to achieve with this project as today is the...
It would be nice if we the user could convert our own file to a string and then pass it to the library instead of a file being passed
This is a work in progress to add a new API that allows you to get a file by filename rather than UUID. The use case for this is that...
Given I have multiple APIs and API paths I would like to load multiple yaml files and have openapix merge them. For example ``` const api = new openapix.Api(this, 'Hello-API',...