Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1{ /^\[endpoint\]/ {
- N
- s/.*/endpoints = {\n\n"admin\/login": {/
- }
- }
- $a"""\n}\n}
- s/\[curl\]/"curl": """/
- s/\[headers\]/""",\n\n"headers":"""/
- /"curl"/,/"headers"/ {
- /^$/d
- }
- s/\[body\]/""",\n\n"body":"""/
- /"headers"/,/"body"/ {
- /^$/d
- }
- /\[endpoint\]/,+1 {
- s/\[endpoint\]/"""\n },\n/
- s/^\([a-z].*\)$/"\1" : {/
- }
- /"body"/,/"""/{
- /^$/d
- }
Add Comment
Please, Sign In to add comment