Description
Create a minimal, single-file Go script that demonstrates a basic call to the APort /verify endpoint. This will help Go developers get started with APort in seconds.
Success Criteria:
- A single
main.go file is created in a new /examples/hello-world/go directory in the aport-integrations repo.
- The script uses only the standard library (
net/http) to make a POST request.
- It prints the
allow status and any reasons from the JSON response.
- A simple
README.md explains how to run the script.
Technology Stack
- Go
- Standard library (net/http)
- APort API
Acceptance Criteria
- Must include working example
- Must have proper documentation
- Must follow Go best practices
Bounty
$5 USD
Description
Create a minimal, single-file Go script that demonstrates a basic call to the APort
/verifyendpoint. This will help Go developers get started with APort in seconds.Success Criteria:
main.gofile is created in a new/examples/hello-world/godirectory in theaport-integrationsrepo.net/http) to make a POST request.allowstatus and anyreasonsfrom the JSON response.README.mdexplains how to run the script.Technology Stack
Acceptance Criteria
Bounty
$5 USD