Types
Variables = Table[string, string]
ZuhyoClient = ref object url*: string
Procs
proc newClient(url: string): ZuhyoClient {....raises: [], tags: [], forbids: [].}
- Create a new zuhyo client
proc request(api: ZuhyoClient; query: Query): Response {. ...raises: [CatchableError, PuppyError], tags: [], forbids: [].}
- Request a response from the api provided in ZuhyoClient using the query