https://github.com/zaddok/tga
Read basic training.gov.au data via the public SOAP API
https://github.com/zaddok/tga
Last synced: 6 months ago
JSON representation
Read basic training.gov.au data via the public SOAP API
- Host: GitHub
- URL: https://github.com/zaddok/tga
- Owner: zaddok
- Created: 2019-04-07T22:51:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T06:03:29.000Z (over 7 years ago)
- Last Synced: 2024-06-20T07:58:52.821Z (about 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implements the minimum needed to fetch basic read only data from the training.gov.au website.
GetDetails() is supported on the Organisation and TrainingComponent objects.
Due to the fact that `goswdl` fails to generate working code for this SOAP service, I have
taken the data model generated by `gowsdl` and implemented the GetDetails() method.