The simple API to request a user's approval on anything via email + sms.
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
Put the package under your project folder and add the following in import:
"./approveapi_openapi"
All URIs are relative to https://approve.sh
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ApproveApi | createprompt | POST /prompt | Sending a prompt *ApproveApi* | getprompt | GET /prompt/{id} | Retrieve a prompt ApproveApi | getpromptstatus | GET /prompt/{id}/status | Check prompt status
Example
auth := context.WithValue(context.TODO(), sw.ContextBasicAuth, sw.BasicAuth{
UserName: "username",
Password: "password",
})
r, err := client.Service.Operation(auth, args)
dev@approveapi.com