{"id":17614707,"url":"https://github.com/joefitzgerald/openair","last_synced_at":"2025-04-13T21:51:27.952Z","repository":{"id":57490662,"uuid":"82089603","full_name":"joefitzgerald/openair","owner":"joefitzgerald","description":"A go generator for the OpenAir XML API","archived":false,"fork":false,"pushed_at":"2017-07-10T21:32:01.000Z","size":40,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:11:47.294Z","etag":null,"topics":["go","golang","openair"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joefitzgerald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-15T17:56:46.000Z","updated_at":"2024-04-11T18:02:05.000Z","dependencies_parsed_at":"2022-09-14T05:21:27.667Z","dependency_job_id":null,"html_url":"https://github.com/joefitzgerald/openair","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fopenair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fopenair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fopenair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joefitzgerald%2Fopenair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joefitzgerald","download_url":"https://codeload.github.com/joefitzgerald/openair/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788855,"owners_count":21161726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","openair"],"created_at":"2024-10-22T18:44:27.781Z","updated_at":"2025-04-13T21:51:27.931Z","avatar_url":"https://github.com/joefitzgerald.png","language":"Go","readme":"## OpenAir XML API Generator\n\nUse `go generate` to generate an API for the [OpenAir XML API](https://www.openair.com/download/NetSuiteOpenAirXMLAPIGuide.pdf).\n\n### Usage\n\n**Note:** This project requires Go 1.8 or later to build.\n\n* `go get -u github.com/joefitzgerald/openair`\n* Create `definition.go` in a package that you wish to have generated files in, with the following content:\n```\npackage openair\n\n//go:generate openair -prefix=openair_ -suffix= -object=Customer,Project,User,Timetype,Timesheet,TaskTimecard,Task\n```\n* Run `go generate .` in the package that contains `definition.go`\n* Observe new files generated:\n  * `openair_common.go`\n  * `openair_customer.go`\n  * `openair_project.go`\n  * `openair_task.go`\n  * `openair_tasktimecard.go`\n  * `openair_timesheet.go`\n  * `openair_timetype.go`\n  * `openair_user.go`\n\n### License\n\nApache 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoefitzgerald%2Fopenair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoefitzgerald%2Fopenair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoefitzgerald%2Fopenair/lists"}