
الوصف
Dont trust non-deterministic AI to scaffold your API in the same way every time.. or waste tokens on it to do it wrong ever again...
If your API follows Open API standards, then you can automatically create a C++ and Blueprint friendly SDK for your API with this OpenAPI plugin
The Open API Plugin Automatically Generates/Scaffolds request models/structs, response models/structs, validators, authentication handling, and makes async Blueprint request nodes from a backend Open API standard doc (like a swagger.json file). The Plugin was tested with several swagger.json files and the public github one with 6k+ routes found at https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/api.github.com.json
Bonus: Depending on your API security, you may be able to use the automatic authorization options. I personally use OAuth and Bearer tokens so those will be supported. The Plugin can auto manage bearer refresh tokens to keep clients authenticated and signed-in.
Tutorial & Documentation
https://thumpergames.com/plugins/openapi








