Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
680 stars 232 forks source link

Service support for cognitive services. #1598

Open gorzell opened 5 months ago

gorzell commented 5 months ago

It seems like there isn't yet have generated service code cognitiveservices (just some management code), and specifically the OpenAI APIs. I was wondering how hard it is to add new APIs. Happy to contribute if the process is straight forward.

Note: It might also be worth adding some more documentation on how code is generated from the api specs, how packages are selected for inclusion and how the scripts should be used.