Patchouli's Computatrunomicon

Search IconIcon to open search

endpoints

Last updated June 15, 2022.

# Metadata

2022-06-15 04:10 | endpoints | Doriel Rivalet

# Content

  1. require coro-http and json
  2. create function according to the doc’s endpoint type (GET, POST, PATCH, etc)
  3. declare the request and response variables and assign the http request function to them
  4. (optional) send token/cookie as the function arg if required
  5. coroutine.wrap the function without args
  6. run the function with args

# Sources

Own notes

# Content Lists

If you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:


Interactive Graph