/azure-notificationhubs-ts

Azure Notification Hubs Specs for TypeSpec

Primary LanguagePython

Azure Notification Hubs TypeSpec Generator

This is the repository to create a TypeSpec representation of Azure Notification Hubs.

This builds for the following emitters:

  • C#
  • Java
  • OpenAPI3
  • Python
  • TypeScript

OpenAPI3 Support

To build the OpenAPI version 3 JSON file, run the following command:

npm run build:openapi3

Java Support

To generate the Java project, run the following command:

npm run build:java

TypeScript Rest-Level-Client (RLC) Support

To build the TypeScript RLC project, run the following command:

npm run build:ts

LICENSE

MIT