An open API service indexing awesome lists of open source software.

https://github.com/wayou/xml-handling

Handling XML request&response in NestJS
https://github.com/wayou/xml-handling

nest wechat xml

Last synced: 7 months ago
JSON representation

Handling XML request&response in NestJS

Awesome Lists containing this project

README

          

# xml handling in nest

parse xml and response xml in nest.

## installing

```sh
$ yarn
```

## running

```sh
$ yarn start:dev
```

## testing

```sh
$ curl --location --request POST 'localhost:3000/wxhandler' \
--header 'Content-Type: application/xml' \
--data-raw '


1348831860


1234567890123456
'
```