-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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.gofile is created in a new/examples/hello-world/godirectory in theaport-integrationsrepo. - The script uses only the standard library (
net/http) to make a POST request. - It prints the
allowstatus and anyreasonsfrom the JSON response. - A simple
README.mdexplains 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