You can post a json file with curl like so:
curl -X POST -H "Content-Type: application/json" -d @FILENAME DESTINATION
so for example:
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
$ uname -r
| Render 1 | Render 2 | State Preserved? |
|---|---|---|
<>...</> |
<>{[...]}</> |
yes (in any level) |
<><>...</></> |
<>...</> |
no |
[...] |
[[...]] |
no |
[<>...</>]* |
[...] |
no |
[<>...</>]* |
<>...</> |
no |
[<>...</>]* |
<>[...]</> |
no |
[<>...</>]* |
[[...]] |
yes |
[<>...>]* |
<><>...>> |
yes |
| #!/usr/bin/env bash | |
| find node_modules \( -name '__tests__' -o \ | |
| -name 'test' -o \ | |
| -name 'tests' -o \ | |
| -name 'powered-test' -o \ | |
| -name 'docs' -o \ | |
| -name 'doc' -o \ | |
| -name '.idea' -o \ | |
| -name '.vscode' -o \ | |
| -name 'website' -o \ |
| class Example extends React.Component< | |
| Props, | |
| State, | |
| Snapshot | |
| > { | |
| static getDerivedStateFromProps( | |
| nextProps: Props, | |
| prevState: State | |
| ): $Shape<State> | null { | |
| // ... |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>AWS RSS feeds 2019-04-22</title> | |
| </head> | |
| <body> | |
| <outline text="AWS" title="AWS"> | |
| <outline type="rss" text="Infrastructure & Automation" title="Infrastructure & Automation" xmlUrl="https://aws.amazon.com/blogs/infrastructure-and-automation/feed/" htmlUrl="https://aws.amazon.com/blogs/infrastructure-and-automation/"/> | |
| <outline type="rss" text="AWS Developer Blog" title="AWS Developer Blog" xmlUrl="http://feeds.feedburner.com/AwsDeveloperBlog" htmlUrl="https://aws.amazon.com/blogs/developer/"/> |