pulumi/sdk
Pat Gavlin ccde31b713
Add support for extracting schemas from providers. (#3984)
These changes add a new method to the resource provider gRPC interface,
`GetSchema`, that allows consumers of these providers to extract
JSON-serialized schema information for the provider's types, resources,
and functions.
2020-02-27 16:10:47 -08:00
..
dotnet Simplify resource options (#3943) 2020-02-21 09:24:52 +01:00
go Remove use of github.com/pkg/errors from Go SDK 2020-02-26 16:27:07 +00:00
nodejs Add support for extracting schemas from providers. (#3984) 2020-02-27 16:10:47 -08:00
proto Add support for extracting schemas from providers. (#3984) 2020-02-27 16:10:47 -08:00
python Add support for extracting schemas from providers. (#3984) 2020-02-27 16:10:47 -08:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.