azure-sdk-for-js/sdk/core/core-xml
Jeremy Meng 6a2c7300eb [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn"
- apply lint:fix results

- revert fixes that are not related to consistent-type-imports and cases error

- regenerate .api.md files

- format

- update core-comparison diff
2024-10-30 15:48:52 +00:00
..
config [EngSys] Enable Rush build cache for for common packages (#27409) 2023-10-19 14:22:44 -07:00
review [core] Update core-xml to support CDATA (#22391) 2022-06-30 11:56:35 -07:00
samples-dev [EngSys] standardize OSS copyright header 2024-08-27 13:01:38 -07:00
src [eslint-plugin] add rule "@typescript-eslint/consistent-type-imports": "warn" 2024-10-30 15:48:52 +00:00
test [core-xml] fix stringifyXML missing XML namespace issue on Firefox (#31021) 2024-09-11 13:06:29 -07:00
CHANGELOG.md Post release automated changes for core releases (#31303) 2024-10-04 07:59:26 -07:00
LICENSE [core-xml] Create `@azure/core-xml` (#10307) 2020-07-30 15:50:16 -07:00
README.md [notification hubs] Adding NotificationBody to NotificationDetails parsing (#23780) 2022-11-18 16:30:48 -05:00
api-extractor.json [core] Upgrade to ES-Modules for core (#26238) 2024-02-20 17:42:23 +00:00
package.json [EngSys] use vendored version of `mkdirp` and `rimraf` from dev-tool 2024-10-23 17:53:07 +00:00
tsconfig.browser.config.json [core] Add README snippets for core (#31204) 2024-09-25 09:35:12 -04:00
tsconfig.json [EngSys] remove tsconfig.package.json 2024-07-16 13:27:25 +00:00
vitest.browser.config.ts [core] Add README snippets for core (#31204) 2024-09-25 09:35:12 -04:00
vitest.config.ts [core] Add README snippets for core (#31204) 2024-09-25 09:35:12 -04:00

README.md

Azure Core XML client library for JavaScript

This library is primarily intended to be used in code generated by AutoRest and autorest.typescript for APIs that require parsing XML payloads.

Getting started

Requirements

Currently supported environments

See our support policy for more details.

Installation

This package is primarily used in generated code and not meant to be consumed directly by end users.

Key concepts

XML parsing is mostly delegated to the browser and xml2js.

Examples

Examples can be found in the samples-dev folder and can be ran using rushx execute:samples.

Next steps

See @azure/core-client for actual usage.

Troubleshooting

If you run into issues while using this library, please feel free to file an issue.

Contributing

If you'd like to contribute to this library, please read the contributing guide to learn more about how to build and test the code.

Impressions