Skip to content

Commit

Permalink
Merge branch 'baseline' of https://github.com/bahrus/be-reformable in…
Browse files Browse the repository at this point in the history
…to baseline
  • Loading branch information
bahrus committed Nov 13, 2024
1 parent 90395bb commit 73d646e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,26 @@ Hardcoded:

```html
<script type=module>
(await import('trans-render/yield.js')).y({
"Authorization": "sessionStorage://auth?.bearerToken",
"Content-Type": "indexedDB://db/store?.key",
"User-Agent": "globalThis://navigator?.userAgent"
}).to('rPpwNLcYsUOjFcg+N8lmOA');
(await import('trans-render/yield.js'))
.y({
Authorization: "sessionStorage://auth?.bearerToken",
"Content-Type": "indexedDB://db/store?.key",
"User-Agent": "globalThis://navigator?.userAgent",
Accept: "application/json"
})
.to('rPpwNLcYsUOjFcg+N8lmOA')
.y({
baseURL: "globalThis://myBaseURL"
})
.to('qmywdO1vr0SwyuIe4fvzxQ');
</script>

<form
method="post"
be-reformable='{
"baseUSL": "globalThis://myBaseURL",
"...": "qmywdO1vr0SwyuIe4fvzxQ",
"headers": {
"...": "rPpwNLcYsUOjFcg+N8lmOA",
"Accept": "application/json",
":": ":warning :accept-language"
}
}'>
Expand Down

0 comments on commit 73d646e

Please sign in to comment.