owasp-nest 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FUNCTIONS.md +7 -4
- package/README.md +49 -34
- package/dist/commonjs/funcs/{chaptersAppsApiRestV0ChapterGetChapter.d.ts → chaptersGetChapter.d.ts} +2 -2
- package/dist/commonjs/funcs/chaptersGetChapter.d.ts.map +1 -0
- package/dist/commonjs/funcs/{chaptersAppsApiRestV0ChapterGetChapter.js → chaptersGetChapter.js} +8 -8
- package/dist/commonjs/funcs/chaptersGetChapter.js.map +1 -0
- package/dist/{esm/funcs/communityAppsApiRestV0OrganizationListOrganization.d.ts → commonjs/funcs/chaptersListChapters.d.ts} +4 -4
- package/dist/commonjs/funcs/chaptersListChapters.d.ts.map +1 -0
- package/dist/commonjs/funcs/{chaptersAppsApiRestV0ChapterListChapters.js → chaptersListChapters.js} +8 -9
- package/dist/commonjs/funcs/chaptersListChapters.js.map +1 -0
- package/dist/{esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts → commonjs/funcs/committeesGetCommittee.d.ts} +2 -2
- package/dist/commonjs/funcs/committeesGetCommittee.d.ts.map +1 -0
- package/dist/commonjs/funcs/{committeesAppsApiRestV0CommitteeGetChapter.js → committeesGetCommittee.js} +8 -8
- package/dist/commonjs/funcs/committeesGetCommittee.js.map +1 -0
- package/dist/commonjs/funcs/committeesListCommittees.js +3 -3
- package/dist/commonjs/funcs/committeesListCommittees.js.map +1 -1
- package/dist/{esm/funcs/communityAppsApiRestV0MemberGetMember.d.ts → commonjs/funcs/communityGetMember.d.ts} +2 -2
- package/dist/commonjs/funcs/communityGetMember.d.ts.map +1 -0
- package/dist/commonjs/funcs/{communityAppsApiRestV0MemberGetMember.js → communityGetMember.js} +8 -8
- package/dist/commonjs/funcs/communityGetMember.js.map +1 -0
- package/dist/{esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts → commonjs/funcs/communityGetOrganization.d.ts} +2 -2
- package/dist/commonjs/funcs/communityGetOrganization.d.ts.map +1 -0
- package/dist/commonjs/funcs/{communityAppsApiRestV0OrganizationGetOrganization.js → communityGetOrganization.js} +8 -9
- package/dist/commonjs/funcs/communityGetOrganization.js.map +1 -0
- package/dist/commonjs/funcs/communityListMembers.js +3 -3
- package/dist/commonjs/funcs/communityListMembers.js.map +1 -1
- package/dist/commonjs/funcs/communityListOrganizations.d.ts +18 -0
- package/dist/commonjs/funcs/communityListOrganizations.d.ts.map +1 -0
- package/dist/commonjs/funcs/{communityAppsApiRestV0OrganizationListOrganization.js → communityListOrganizations.js} +8 -9
- package/dist/commonjs/funcs/communityListOrganizations.js.map +1 -0
- package/dist/{esm/funcs/eventsAppsApiRestV0EventListEvents.d.ts → commonjs/funcs/eventsListEvents.d.ts} +2 -2
- package/dist/commonjs/funcs/eventsListEvents.d.ts.map +1 -0
- package/dist/commonjs/funcs/{eventsAppsApiRestV0EventListEvents.js → eventsListEvents.js} +8 -9
- package/dist/commonjs/funcs/eventsListEvents.js.map +1 -0
- package/dist/commonjs/funcs/issuesListIssues.js +3 -3
- package/dist/commonjs/funcs/issuesListIssues.js.map +1 -1
- package/dist/{esm/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts → commonjs/funcs/projectsGetProject.d.ts} +2 -2
- package/dist/commonjs/funcs/projectsGetProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/{projectsAppsApiRestV0ProjectGetProject.js → projectsGetProject.js} +8 -8
- package/dist/commonjs/funcs/projectsGetProject.js.map +1 -0
- package/dist/commonjs/funcs/{communityAppsApiRestV0OrganizationListOrganization.d.ts → projectsListProjects.d.ts} +4 -4
- package/dist/commonjs/funcs/projectsListProjects.d.ts.map +1 -0
- package/dist/commonjs/funcs/{projectsAppsApiRestV0ProjectListProjects.js → projectsListProjects.js} +8 -9
- package/dist/commonjs/funcs/projectsListProjects.js.map +1 -0
- package/dist/commonjs/funcs/releasesListReleases.js +3 -3
- package/dist/commonjs/funcs/releasesListReleases.js.map +1 -1
- package/dist/commonjs/funcs/repositoriesListRepositories.js +3 -3
- package/dist/commonjs/funcs/repositoriesListRepositories.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.d.ts.map +1 -1
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/lib/env.d.ts +1 -1
- package/dist/commonjs/lib/env.d.ts.map +1 -1
- package/dist/commonjs/lib/env.js +1 -1
- package/dist/commonjs/lib/env.js.map +1 -1
- package/dist/commonjs/lib/security.js +1 -1
- package/dist/commonjs/lib/security.js.map +1 -1
- package/dist/commonjs/models/operations/getchapter.d.ts +29 -0
- package/dist/commonjs/models/operations/getchapter.d.ts.map +1 -0
- package/dist/commonjs/models/operations/{appsapirestv0chaptergetchapter.js → getchapter.js} +17 -17
- package/dist/commonjs/models/operations/getchapter.js.map +1 -0
- package/dist/commonjs/models/operations/getcommittee.d.ts +29 -0
- package/dist/commonjs/models/operations/getcommittee.d.ts.map +1 -0
- package/dist/commonjs/models/operations/{appsapirestv0committeegetchapter.js → getcommittee.js} +17 -17
- package/dist/commonjs/models/operations/getcommittee.js.map +1 -0
- package/dist/commonjs/models/operations/getmember.d.ts +29 -0
- package/dist/commonjs/models/operations/getmember.d.ts.map +1 -0
- package/dist/commonjs/models/operations/{appsapirestv0membergetmember.js → getmember.js} +17 -17
- package/dist/commonjs/models/operations/getmember.js.map +1 -0
- package/dist/commonjs/models/operations/getorganization.d.ts +29 -0
- package/dist/commonjs/models/operations/getorganization.d.ts.map +1 -0
- package/dist/commonjs/models/operations/{appsapirestv0organizationgetorganization.js → getorganization.js} +17 -17
- package/dist/commonjs/models/operations/getorganization.js.map +1 -0
- package/dist/commonjs/models/operations/getproject.d.ts +29 -0
- package/dist/commonjs/models/operations/getproject.d.ts.map +1 -0
- package/dist/commonjs/models/operations/{appsapirestv0projectgetproject.js → getproject.js} +17 -17
- package/dist/commonjs/models/operations/getproject.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +9 -9
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +9 -9
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listchapters.d.ts +84 -0
- package/dist/commonjs/models/operations/listchapters.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listchapters.js +110 -0
- package/dist/commonjs/models/operations/listchapters.js.map +1 -0
- package/dist/commonjs/models/operations/listevents.d.ts +74 -0
- package/dist/commonjs/models/operations/listevents.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listevents.js +106 -0
- package/dist/commonjs/models/operations/listevents.js.map +1 -0
- package/dist/commonjs/models/operations/listorganizations.d.ts +79 -0
- package/dist/commonjs/models/operations/listorganizations.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listorganizations.js +108 -0
- package/dist/commonjs/models/operations/listorganizations.js.map +1 -0
- package/dist/commonjs/models/operations/listprojects.d.ts +80 -0
- package/dist/commonjs/models/operations/listprojects.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listprojects.js +109 -0
- package/dist/commonjs/models/operations/listprojects.js.map +1 -0
- package/dist/commonjs/models/security.d.ts +2 -2
- package/dist/commonjs/models/security.d.ts.map +1 -1
- package/dist/commonjs/models/security.js +4 -4
- package/dist/commonjs/models/security.js.map +1 -1
- package/dist/commonjs/sdk/chapters.d.ts +2 -2
- package/dist/commonjs/sdk/chapters.d.ts.map +1 -1
- package/dist/commonjs/sdk/chapters.js +6 -6
- package/dist/commonjs/sdk/chapters.js.map +1 -1
- package/dist/commonjs/sdk/committees.d.ts +1 -1
- package/dist/commonjs/sdk/committees.d.ts.map +1 -1
- package/dist/commonjs/sdk/committees.js +3 -3
- package/dist/commonjs/sdk/committees.js.map +1 -1
- package/dist/commonjs/sdk/community.d.ts +3 -3
- package/dist/commonjs/sdk/community.d.ts.map +1 -1
- package/dist/commonjs/sdk/community.js +9 -9
- package/dist/commonjs/sdk/community.js.map +1 -1
- package/dist/commonjs/sdk/events.d.ts +1 -1
- package/dist/commonjs/sdk/events.d.ts.map +1 -1
- package/dist/commonjs/sdk/events.js +3 -3
- package/dist/commonjs/sdk/events.js.map +1 -1
- package/dist/commonjs/sdk/projects.d.ts +2 -2
- package/dist/commonjs/sdk/projects.d.ts.map +1 -1
- package/dist/commonjs/sdk/projects.js +6 -6
- package/dist/commonjs/sdk/projects.js.map +1 -1
- package/dist/esm/funcs/{chaptersAppsApiRestV0ChapterGetChapter.d.ts → chaptersGetChapter.d.ts} +2 -2
- package/dist/esm/funcs/chaptersGetChapter.d.ts.map +1 -0
- package/dist/esm/funcs/{chaptersAppsApiRestV0ChapterGetChapter.js → chaptersGetChapter.js} +7 -7
- package/dist/esm/funcs/chaptersGetChapter.js.map +1 -0
- package/dist/{commonjs/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts → esm/funcs/chaptersListChapters.d.ts} +2 -2
- package/dist/esm/funcs/chaptersListChapters.d.ts.map +1 -0
- package/dist/esm/funcs/{chaptersAppsApiRestV0ChapterListChapters.js → chaptersListChapters.js} +7 -8
- package/dist/esm/funcs/chaptersListChapters.js.map +1 -0
- package/dist/{commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts → esm/funcs/committeesGetCommittee.d.ts} +2 -2
- package/dist/esm/funcs/committeesGetCommittee.d.ts.map +1 -0
- package/dist/esm/funcs/{committeesAppsApiRestV0CommitteeGetChapter.js → committeesGetCommittee.js} +7 -7
- package/dist/esm/funcs/committeesGetCommittee.js.map +1 -0
- package/dist/esm/funcs/committeesListCommittees.js +3 -3
- package/dist/esm/funcs/committeesListCommittees.js.map +1 -1
- package/dist/{commonjs/funcs/communityAppsApiRestV0MemberGetMember.d.ts → esm/funcs/communityGetMember.d.ts} +2 -2
- package/dist/esm/funcs/communityGetMember.d.ts.map +1 -0
- package/dist/esm/funcs/{communityAppsApiRestV0MemberGetMember.js → communityGetMember.js} +7 -7
- package/dist/esm/funcs/communityGetMember.js.map +1 -0
- package/dist/{commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts → esm/funcs/communityGetOrganization.d.ts} +2 -2
- package/dist/esm/funcs/communityGetOrganization.d.ts.map +1 -0
- package/dist/esm/funcs/{communityAppsApiRestV0OrganizationGetOrganization.js → communityGetOrganization.js} +7 -8
- package/dist/esm/funcs/communityGetOrganization.js.map +1 -0
- package/dist/esm/funcs/communityListMembers.js +3 -3
- package/dist/esm/funcs/communityListMembers.js.map +1 -1
- package/dist/esm/funcs/communityListOrganizations.d.ts +18 -0
- package/dist/esm/funcs/communityListOrganizations.d.ts.map +1 -0
- package/dist/esm/funcs/{communityAppsApiRestV0OrganizationListOrganization.js → communityListOrganizations.js} +7 -8
- package/dist/esm/funcs/communityListOrganizations.js.map +1 -0
- package/dist/{commonjs/funcs/eventsAppsApiRestV0EventListEvents.d.ts → esm/funcs/eventsListEvents.d.ts} +2 -2
- package/dist/esm/funcs/eventsListEvents.d.ts.map +1 -0
- package/dist/esm/funcs/{eventsAppsApiRestV0EventListEvents.js → eventsListEvents.js} +7 -8
- package/dist/esm/funcs/eventsListEvents.js.map +1 -0
- package/dist/esm/funcs/issuesListIssues.js +3 -3
- package/dist/esm/funcs/issuesListIssues.js.map +1 -1
- package/dist/{commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts → esm/funcs/projectsGetProject.d.ts} +2 -2
- package/dist/esm/funcs/projectsGetProject.d.ts.map +1 -0
- package/dist/esm/funcs/{projectsAppsApiRestV0ProjectGetProject.js → projectsGetProject.js} +7 -7
- package/dist/esm/funcs/projectsGetProject.js.map +1 -0
- package/dist/esm/funcs/{projectsAppsApiRestV0ProjectListProjects.d.ts → projectsListProjects.d.ts} +2 -2
- package/dist/esm/funcs/projectsListProjects.d.ts.map +1 -0
- package/dist/esm/funcs/{projectsAppsApiRestV0ProjectListProjects.js → projectsListProjects.js} +7 -8
- package/dist/esm/funcs/projectsListProjects.js.map +1 -0
- package/dist/esm/funcs/releasesListReleases.js +3 -3
- package/dist/esm/funcs/releasesListReleases.js.map +1 -1
- package/dist/esm/funcs/repositoriesListRepositories.js +3 -3
- package/dist/esm/funcs/repositoriesListRepositories.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.d.ts.map +1 -1
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/lib/env.d.ts +1 -1
- package/dist/esm/lib/env.d.ts.map +1 -1
- package/dist/esm/lib/env.js +1 -1
- package/dist/esm/lib/env.js.map +1 -1
- package/dist/esm/lib/security.js +1 -1
- package/dist/esm/lib/security.js.map +1 -1
- package/dist/esm/models/operations/getchapter.d.ts +29 -0
- package/dist/esm/models/operations/getchapter.d.ts.map +1 -0
- package/dist/esm/models/operations/getchapter.js +40 -0
- package/dist/esm/models/operations/getchapter.js.map +1 -0
- package/dist/esm/models/operations/getcommittee.d.ts +29 -0
- package/dist/esm/models/operations/getcommittee.d.ts.map +1 -0
- package/dist/esm/models/operations/getcommittee.js +40 -0
- package/dist/esm/models/operations/getcommittee.js.map +1 -0
- package/dist/esm/models/operations/getmember.d.ts +29 -0
- package/dist/esm/models/operations/getmember.d.ts.map +1 -0
- package/dist/esm/models/operations/getmember.js +40 -0
- package/dist/esm/models/operations/getmember.js.map +1 -0
- package/dist/esm/models/operations/getorganization.d.ts +29 -0
- package/dist/esm/models/operations/getorganization.d.ts.map +1 -0
- package/dist/esm/models/operations/getorganization.js +40 -0
- package/dist/esm/models/operations/getorganization.js.map +1 -0
- package/dist/esm/models/operations/getproject.d.ts +29 -0
- package/dist/esm/models/operations/getproject.d.ts.map +1 -0
- package/dist/esm/models/operations/getproject.js +40 -0
- package/dist/esm/models/operations/getproject.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +9 -9
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +9 -9
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listchapters.d.ts +84 -0
- package/dist/esm/models/operations/listchapters.d.ts.map +1 -0
- package/dist/esm/models/operations/listchapters.js +72 -0
- package/dist/esm/models/operations/listchapters.js.map +1 -0
- package/dist/esm/models/operations/listevents.d.ts +74 -0
- package/dist/esm/models/operations/listevents.d.ts.map +1 -0
- package/dist/esm/models/operations/listevents.js +68 -0
- package/dist/esm/models/operations/listevents.js.map +1 -0
- package/dist/esm/models/operations/listorganizations.d.ts +79 -0
- package/dist/esm/models/operations/listorganizations.d.ts.map +1 -0
- package/dist/esm/models/operations/listorganizations.js +70 -0
- package/dist/esm/models/operations/listorganizations.js.map +1 -0
- package/dist/esm/models/operations/listprojects.d.ts +80 -0
- package/dist/esm/models/operations/listprojects.d.ts.map +1 -0
- package/dist/esm/models/operations/listprojects.js +71 -0
- package/dist/esm/models/operations/listprojects.js.map +1 -0
- package/dist/esm/models/security.d.ts +2 -2
- package/dist/esm/models/security.d.ts.map +1 -1
- package/dist/esm/models/security.js +4 -4
- package/dist/esm/models/security.js.map +1 -1
- package/dist/esm/sdk/chapters.d.ts +2 -2
- package/dist/esm/sdk/chapters.d.ts.map +1 -1
- package/dist/esm/sdk/chapters.js +6 -6
- package/dist/esm/sdk/chapters.js.map +1 -1
- package/dist/esm/sdk/committees.d.ts +1 -1
- package/dist/esm/sdk/committees.d.ts.map +1 -1
- package/dist/esm/sdk/committees.js +3 -3
- package/dist/esm/sdk/committees.js.map +1 -1
- package/dist/esm/sdk/community.d.ts +3 -3
- package/dist/esm/sdk/community.d.ts.map +1 -1
- package/dist/esm/sdk/community.js +9 -9
- package/dist/esm/sdk/community.js.map +1 -1
- package/dist/esm/sdk/events.d.ts +1 -1
- package/dist/esm/sdk/events.d.ts.map +1 -1
- package/dist/esm/sdk/events.js +3 -3
- package/dist/esm/sdk/events.js.map +1 -1
- package/dist/esm/sdk/projects.d.ts +2 -2
- package/dist/esm/sdk/projects.d.ts.map +1 -1
- package/dist/esm/sdk/projects.js +6 -6
- package/dist/esm/sdk/projects.js.map +1 -1
- package/docs/sdks/chapters/README.md +26 -20
- package/docs/sdks/committees/README.md +12 -12
- package/docs/sdks/community/README.md +32 -32
- package/docs/sdks/events/README.md +10 -10
- package/docs/sdks/issues/README.md +2 -2
- package/docs/sdks/projects/README.md +20 -20
- package/docs/sdks/releases/README.md +2 -2
- package/docs/sdks/repositories/README.md +2 -2
- package/examples/{chaptersAppsApiRestV0ChapterListChapters.example.ts → chaptersListChapters.example.ts} +6 -3
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/{chaptersAppsApiRestV0ChapterGetChapter.ts → chaptersGetChapter.ts} +8 -11
- package/src/funcs/{chaptersAppsApiRestV0ChapterListChapters.ts → chaptersListChapters.ts} +8 -9
- package/src/funcs/{committeesAppsApiRestV0CommitteeGetChapter.ts → committeesGetCommittee.ts} +8 -11
- package/src/funcs/committeesListCommittees.ts +3 -3
- package/src/funcs/{communityAppsApiRestV0MemberGetMember.ts → communityGetMember.ts} +8 -11
- package/src/funcs/{communityAppsApiRestV0OrganizationGetOrganization.ts → communityGetOrganization.ts} +8 -10
- package/src/funcs/communityListMembers.ts +3 -3
- package/src/funcs/{communityAppsApiRestV0OrganizationListOrganization.ts → communityListOrganizations.ts} +10 -13
- package/src/funcs/{eventsAppsApiRestV0EventListEvents.ts → eventsListEvents.ts} +8 -9
- package/src/funcs/issuesListIssues.ts +3 -3
- package/src/funcs/{projectsAppsApiRestV0ProjectGetProject.ts → projectsGetProject.ts} +8 -11
- package/src/funcs/{projectsAppsApiRestV0ProjectListProjects.ts → projectsListProjects.ts} +8 -9
- package/src/funcs/releasesListReleases.ts +3 -3
- package/src/funcs/repositoriesListRepositories.ts +3 -3
- package/src/lib/config.ts +3 -3
- package/src/lib/env.ts +2 -2
- package/src/lib/security.ts +1 -1
- package/src/models/operations/getchapter.ts +75 -0
- package/src/models/operations/getcommittee.ts +75 -0
- package/src/models/operations/getmember.ts +75 -0
- package/src/models/operations/getorganization.ts +75 -0
- package/src/models/operations/getproject.ts +75 -0
- package/src/models/operations/index.ts +9 -9
- package/src/models/operations/listchapters.ts +136 -0
- package/src/models/operations/listevents.ts +122 -0
- package/src/models/operations/listorganizations.ts +131 -0
- package/src/models/operations/listprojects.ts +130 -0
- package/src/models/security.ts +6 -6
- package/src/sdk/chapters.ts +8 -8
- package/src/sdk/committees.ts +4 -4
- package/src/sdk/community.ts +12 -14
- package/src/sdk/events.ts +4 -4
- package/src/sdk/projects.ts +8 -8
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterGetChapter.d.ts.map +0 -1
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterGetChapter.js.map +0 -1
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts.map +0 -1
- package/dist/commonjs/funcs/chaptersAppsApiRestV0ChapterListChapters.js.map +0 -1
- package/dist/commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts.map +0 -1
- package/dist/commonjs/funcs/committeesAppsApiRestV0CommitteeGetChapter.js.map +0 -1
- package/dist/commonjs/funcs/communityAppsApiRestV0MemberGetMember.d.ts.map +0 -1
- package/dist/commonjs/funcs/communityAppsApiRestV0MemberGetMember.js.map +0 -1
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts.map +0 -1
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationGetOrganization.js.map +0 -1
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationListOrganization.d.ts.map +0 -1
- package/dist/commonjs/funcs/communityAppsApiRestV0OrganizationListOrganization.js.map +0 -1
- package/dist/commonjs/funcs/eventsAppsApiRestV0EventListEvents.d.ts.map +0 -1
- package/dist/commonjs/funcs/eventsAppsApiRestV0EventListEvents.js.map +0 -1
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectGetProject.js.map +0 -1
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts +0 -18
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts.map +0 -1
- package/dist/commonjs/funcs/projectsAppsApiRestV0ProjectListProjects.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.d.ts +0 -29
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0chaptergetchapter.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.d.ts +0 -84
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.js +0 -113
- package/dist/commonjs/models/operations/appsapirestv0chapterlistchapters.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.d.ts +0 -29
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0committeegetchapter.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.d.ts +0 -74
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.js +0 -108
- package/dist/commonjs/models/operations/appsapirestv0eventlistevents.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.d.ts +0 -29
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0membergetmember.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.d.ts +0 -29
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0organizationgetorganization.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.d.ts +0 -79
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.js +0 -109
- package/dist/commonjs/models/operations/appsapirestv0organizationlistorganization.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.d.ts +0 -29
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0projectgetproject.js.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.d.ts +0 -80
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.d.ts.map +0 -1
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.js +0 -112
- package/dist/commonjs/models/operations/appsapirestv0projectlistprojects.js.map +0 -1
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterGetChapter.d.ts.map +0 -1
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterGetChapter.js.map +0 -1
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts +0 -18
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterListChapters.d.ts.map +0 -1
- package/dist/esm/funcs/chaptersAppsApiRestV0ChapterListChapters.js.map +0 -1
- package/dist/esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.d.ts.map +0 -1
- package/dist/esm/funcs/committeesAppsApiRestV0CommitteeGetChapter.js.map +0 -1
- package/dist/esm/funcs/communityAppsApiRestV0MemberGetMember.d.ts.map +0 -1
- package/dist/esm/funcs/communityAppsApiRestV0MemberGetMember.js.map +0 -1
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.d.ts.map +0 -1
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationGetOrganization.js.map +0 -1
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationListOrganization.d.ts.map +0 -1
- package/dist/esm/funcs/communityAppsApiRestV0OrganizationListOrganization.js.map +0 -1
- package/dist/esm/funcs/eventsAppsApiRestV0EventListEvents.d.ts.map +0 -1
- package/dist/esm/funcs/eventsAppsApiRestV0EventListEvents.js.map +0 -1
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectGetProject.d.ts.map +0 -1
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectGetProject.js.map +0 -1
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectListProjects.d.ts.map +0 -1
- package/dist/esm/funcs/projectsAppsApiRestV0ProjectListProjects.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.d.ts +0 -29
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.js +0 -40
- package/dist/esm/models/operations/appsapirestv0chaptergetchapter.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.d.ts +0 -84
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.js +0 -75
- package/dist/esm/models/operations/appsapirestv0chapterlistchapters.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.d.ts +0 -29
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.js +0 -40
- package/dist/esm/models/operations/appsapirestv0committeegetchapter.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0eventlistevents.d.ts +0 -74
- package/dist/esm/models/operations/appsapirestv0eventlistevents.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0eventlistevents.js +0 -70
- package/dist/esm/models/operations/appsapirestv0eventlistevents.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0membergetmember.d.ts +0 -29
- package/dist/esm/models/operations/appsapirestv0membergetmember.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0membergetmember.js +0 -40
- package/dist/esm/models/operations/appsapirestv0membergetmember.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.d.ts +0 -29
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.js +0 -40
- package/dist/esm/models/operations/appsapirestv0organizationgetorganization.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.d.ts +0 -79
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.js +0 -71
- package/dist/esm/models/operations/appsapirestv0organizationlistorganization.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0projectgetproject.d.ts +0 -29
- package/dist/esm/models/operations/appsapirestv0projectgetproject.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0projectgetproject.js +0 -40
- package/dist/esm/models/operations/appsapirestv0projectgetproject.js.map +0 -1
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.d.ts +0 -80
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.d.ts.map +0 -1
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.js +0 -74
- package/dist/esm/models/operations/appsapirestv0projectlistprojects.js.map +0 -1
- package/src/models/operations/appsapirestv0chaptergetchapter.ts +0 -80
- package/src/models/operations/appsapirestv0chapterlistchapters.ts +0 -153
- package/src/models/operations/appsapirestv0committeegetchapter.ts +0 -86
- package/src/models/operations/appsapirestv0eventlistevents.ts +0 -134
- package/src/models/operations/appsapirestv0membergetmember.ts +0 -80
- package/src/models/operations/appsapirestv0organizationgetorganization.ts +0 -89
- package/src/models/operations/appsapirestv0organizationlistorganization.ts +0 -154
- package/src/models/operations/appsapirestv0projectgetproject.ts +0 -80
- package/src/models/operations/appsapirestv0projectlistprojects.ts +0 -147
|
@@ -5,25 +5,28 @@
|
|
|
5
5
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
|
-
* [
|
|
9
|
-
* [
|
|
8
|
+
* [listChapters](#listchapters) - List chapters
|
|
9
|
+
* [getChapter](#getchapter) - Get chapter
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## listChapters
|
|
12
12
|
|
|
13
13
|
Retrieve a paginated list of OWASP chapters.
|
|
14
14
|
|
|
15
15
|
### Example Usage
|
|
16
16
|
|
|
17
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
17
|
+
<!-- UsageSnippet language="typescript" operationID="list_chapters" method="get" path="/api/v0/chapters/" -->
|
|
18
18
|
```typescript
|
|
19
19
|
import { Nest } from "owasp-nest";
|
|
20
20
|
|
|
21
21
|
const nest = new Nest({
|
|
22
|
-
|
|
22
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
async function run() {
|
|
26
|
-
const result = await nest.chapters.
|
|
26
|
+
const result = await nest.chapters.listChapters({
|
|
27
|
+
country: "India",
|
|
28
|
+
region: "Asia",
|
|
29
|
+
});
|
|
27
30
|
|
|
28
31
|
console.log(result);
|
|
29
32
|
}
|
|
@@ -37,21 +40,24 @@ The standalone function version of this method:
|
|
|
37
40
|
|
|
38
41
|
```typescript
|
|
39
42
|
import { NestCore } from "owasp-nest/core.js";
|
|
40
|
-
import {
|
|
43
|
+
import { chaptersListChapters } from "owasp-nest/funcs/chaptersListChapters.js";
|
|
41
44
|
|
|
42
45
|
// Use `NestCore` for best tree-shaking performance.
|
|
43
46
|
// You can create one instance of it to use across an application.
|
|
44
47
|
const nest = new NestCore({
|
|
45
|
-
|
|
48
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
46
49
|
});
|
|
47
50
|
|
|
48
51
|
async function run() {
|
|
49
|
-
const res = await
|
|
52
|
+
const res = await chaptersListChapters(nest, {
|
|
53
|
+
country: "India",
|
|
54
|
+
region: "Asia",
|
|
55
|
+
});
|
|
50
56
|
if (res.ok) {
|
|
51
57
|
const { value: result } = res;
|
|
52
58
|
console.log(result);
|
|
53
59
|
} else {
|
|
54
|
-
console.log("
|
|
60
|
+
console.log("chaptersListChapters failed:", res.error);
|
|
55
61
|
}
|
|
56
62
|
}
|
|
57
63
|
|
|
@@ -62,7 +68,7 @@ run();
|
|
|
62
68
|
|
|
63
69
|
| Parameter | Type | Required | Description |
|
|
64
70
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
65
|
-
| `request` | [operations.
|
|
71
|
+
| `request` | [operations.ListChaptersRequest](../../models/operations/listchaptersrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
66
72
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
67
73
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
68
74
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -77,22 +83,22 @@ run();
|
|
|
77
83
|
| ------------------- | ------------------- | ------------------- |
|
|
78
84
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
79
85
|
|
|
80
|
-
##
|
|
86
|
+
## getChapter
|
|
81
87
|
|
|
82
88
|
Retrieve chapter details.
|
|
83
89
|
|
|
84
90
|
### Example Usage
|
|
85
91
|
|
|
86
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
92
|
+
<!-- UsageSnippet language="typescript" operationID="get_chapter" method="get" path="/api/v0/chapters/{chapter_id}" -->
|
|
87
93
|
```typescript
|
|
88
94
|
import { Nest } from "owasp-nest";
|
|
89
95
|
|
|
90
96
|
const nest = new Nest({
|
|
91
|
-
|
|
97
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
92
98
|
});
|
|
93
99
|
|
|
94
100
|
async function run() {
|
|
95
|
-
const result = await nest.chapters.
|
|
101
|
+
const result = await nest.chapters.getChapter({
|
|
96
102
|
chapterId: "London",
|
|
97
103
|
});
|
|
98
104
|
|
|
@@ -108,23 +114,23 @@ The standalone function version of this method:
|
|
|
108
114
|
|
|
109
115
|
```typescript
|
|
110
116
|
import { NestCore } from "owasp-nest/core.js";
|
|
111
|
-
import {
|
|
117
|
+
import { chaptersGetChapter } from "owasp-nest/funcs/chaptersGetChapter.js";
|
|
112
118
|
|
|
113
119
|
// Use `NestCore` for best tree-shaking performance.
|
|
114
120
|
// You can create one instance of it to use across an application.
|
|
115
121
|
const nest = new NestCore({
|
|
116
|
-
|
|
122
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
117
123
|
});
|
|
118
124
|
|
|
119
125
|
async function run() {
|
|
120
|
-
const res = await
|
|
126
|
+
const res = await chaptersGetChapter(nest, {
|
|
121
127
|
chapterId: "London",
|
|
122
128
|
});
|
|
123
129
|
if (res.ok) {
|
|
124
130
|
const { value: result } = res;
|
|
125
131
|
console.log(result);
|
|
126
132
|
} else {
|
|
127
|
-
console.log("
|
|
133
|
+
console.log("chaptersGetChapter failed:", res.error);
|
|
128
134
|
}
|
|
129
135
|
}
|
|
130
136
|
|
|
@@ -135,7 +141,7 @@ run();
|
|
|
135
141
|
|
|
136
142
|
| Parameter | Type | Required | Description |
|
|
137
143
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
138
|
-
| `request` | [operations.
|
|
144
|
+
| `request` | [operations.GetChapterRequest](../../models/operations/getchapterrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
139
145
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
140
146
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
141
147
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
8
|
* [listCommittees](#listcommittees) - List committees
|
|
9
|
-
* [
|
|
9
|
+
* [getCommittee](#getcommittee) - Get committee
|
|
10
10
|
|
|
11
11
|
## listCommittees
|
|
12
12
|
|
|
@@ -19,7 +19,7 @@ Retrieve a paginated list of OWASP committees.
|
|
|
19
19
|
import { Nest } from "owasp-nest";
|
|
20
20
|
|
|
21
21
|
const nest = new Nest({
|
|
22
|
-
|
|
22
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
async function run() {
|
|
@@ -42,7 +42,7 @@ import { committeesListCommittees } from "owasp-nest/funcs/committeesListCommitt
|
|
|
42
42
|
// Use `NestCore` for best tree-shaking performance.
|
|
43
43
|
// You can create one instance of it to use across an application.
|
|
44
44
|
const nest = new NestCore({
|
|
45
|
-
|
|
45
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
46
46
|
});
|
|
47
47
|
|
|
48
48
|
async function run() {
|
|
@@ -77,22 +77,22 @@ run();
|
|
|
77
77
|
| ------------------- | ------------------- | ------------------- |
|
|
78
78
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
79
79
|
|
|
80
|
-
##
|
|
80
|
+
## getCommittee
|
|
81
81
|
|
|
82
82
|
Retrieve committee details.
|
|
83
83
|
|
|
84
84
|
### Example Usage
|
|
85
85
|
|
|
86
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
86
|
+
<!-- UsageSnippet language="typescript" operationID="get_committee" method="get" path="/api/v0/committees/{committee_id}" -->
|
|
87
87
|
```typescript
|
|
88
88
|
import { Nest } from "owasp-nest";
|
|
89
89
|
|
|
90
90
|
const nest = new Nest({
|
|
91
|
-
|
|
91
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
92
92
|
});
|
|
93
93
|
|
|
94
94
|
async function run() {
|
|
95
|
-
const result = await nest.committees.
|
|
95
|
+
const result = await nest.committees.getCommittee({
|
|
96
96
|
committeeId: "project",
|
|
97
97
|
});
|
|
98
98
|
|
|
@@ -108,23 +108,23 @@ The standalone function version of this method:
|
|
|
108
108
|
|
|
109
109
|
```typescript
|
|
110
110
|
import { NestCore } from "owasp-nest/core.js";
|
|
111
|
-
import {
|
|
111
|
+
import { committeesGetCommittee } from "owasp-nest/funcs/committeesGetCommittee.js";
|
|
112
112
|
|
|
113
113
|
// Use `NestCore` for best tree-shaking performance.
|
|
114
114
|
// You can create one instance of it to use across an application.
|
|
115
115
|
const nest = new NestCore({
|
|
116
|
-
|
|
116
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
117
117
|
});
|
|
118
118
|
|
|
119
119
|
async function run() {
|
|
120
|
-
const res = await
|
|
120
|
+
const res = await committeesGetCommittee(nest, {
|
|
121
121
|
committeeId: "project",
|
|
122
122
|
});
|
|
123
123
|
if (res.ok) {
|
|
124
124
|
const { value: result } = res;
|
|
125
125
|
console.log(result);
|
|
126
126
|
} else {
|
|
127
|
-
console.log("
|
|
127
|
+
console.log("committeesGetCommittee failed:", res.error);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -135,7 +135,7 @@ run();
|
|
|
135
135
|
|
|
136
136
|
| Parameter | Type | Required | Description |
|
|
137
137
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
138
|
-
| `request` | [operations.
|
|
138
|
+
| `request` | [operations.GetCommitteeRequest](../../models/operations/getcommitteerequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
139
139
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
140
140
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
141
141
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
8
|
* [listMembers](#listmembers) - List members
|
|
9
|
-
* [
|
|
10
|
-
* [
|
|
11
|
-
* [
|
|
9
|
+
* [getMember](#getmember) - Get member
|
|
10
|
+
* [listOrganizations](#listorganizations) - List organizations
|
|
11
|
+
* [getOrganization](#getorganization) - Get organization
|
|
12
12
|
|
|
13
13
|
## listMembers
|
|
14
14
|
|
|
@@ -21,7 +21,7 @@ Retrieve a paginated list of OWASP community members.
|
|
|
21
21
|
import { Nest } from "owasp-nest";
|
|
22
22
|
|
|
23
23
|
const nest = new Nest({
|
|
24
|
-
|
|
24
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
25
25
|
});
|
|
26
26
|
|
|
27
27
|
async function run() {
|
|
@@ -46,7 +46,7 @@ import { communityListMembers } from "owasp-nest/funcs/communityListMembers.js";
|
|
|
46
46
|
// Use `NestCore` for best tree-shaking performance.
|
|
47
47
|
// You can create one instance of it to use across an application.
|
|
48
48
|
const nest = new NestCore({
|
|
49
|
-
|
|
49
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
50
50
|
});
|
|
51
51
|
|
|
52
52
|
async function run() {
|
|
@@ -83,22 +83,22 @@ run();
|
|
|
83
83
|
| ------------------- | ------------------- | ------------------- |
|
|
84
84
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
85
85
|
|
|
86
|
-
##
|
|
86
|
+
## getMember
|
|
87
87
|
|
|
88
88
|
Retrieve member details.
|
|
89
89
|
|
|
90
90
|
### Example Usage
|
|
91
91
|
|
|
92
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
92
|
+
<!-- UsageSnippet language="typescript" operationID="get_member" method="get" path="/api/v0/members/{member_id}" -->
|
|
93
93
|
```typescript
|
|
94
94
|
import { Nest } from "owasp-nest";
|
|
95
95
|
|
|
96
96
|
const nest = new Nest({
|
|
97
|
-
|
|
97
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
98
98
|
});
|
|
99
99
|
|
|
100
100
|
async function run() {
|
|
101
|
-
const result = await nest.community.
|
|
101
|
+
const result = await nest.community.getMember({
|
|
102
102
|
memberId: "OWASP",
|
|
103
103
|
});
|
|
104
104
|
|
|
@@ -114,23 +114,23 @@ The standalone function version of this method:
|
|
|
114
114
|
|
|
115
115
|
```typescript
|
|
116
116
|
import { NestCore } from "owasp-nest/core.js";
|
|
117
|
-
import {
|
|
117
|
+
import { communityGetMember } from "owasp-nest/funcs/communityGetMember.js";
|
|
118
118
|
|
|
119
119
|
// Use `NestCore` for best tree-shaking performance.
|
|
120
120
|
// You can create one instance of it to use across an application.
|
|
121
121
|
const nest = new NestCore({
|
|
122
|
-
|
|
122
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
123
123
|
});
|
|
124
124
|
|
|
125
125
|
async function run() {
|
|
126
|
-
const res = await
|
|
126
|
+
const res = await communityGetMember(nest, {
|
|
127
127
|
memberId: "OWASP",
|
|
128
128
|
});
|
|
129
129
|
if (res.ok) {
|
|
130
130
|
const { value: result } = res;
|
|
131
131
|
console.log(result);
|
|
132
132
|
} else {
|
|
133
|
-
console.log("
|
|
133
|
+
console.log("communityGetMember failed:", res.error);
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ run();
|
|
|
141
141
|
|
|
142
142
|
| Parameter | Type | Required | Description |
|
|
143
143
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
144
|
-
| `request` | [operations.
|
|
144
|
+
| `request` | [operations.GetMemberRequest](../../models/operations/getmemberrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
145
145
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
146
146
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
147
147
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -157,22 +157,22 @@ run();
|
|
|
157
157
|
| errors.MemberErrorResponse | 404 | application/json |
|
|
158
158
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
159
159
|
|
|
160
|
-
##
|
|
160
|
+
## listOrganizations
|
|
161
161
|
|
|
162
162
|
Retrieve a paginated list of GitHub organizations.
|
|
163
163
|
|
|
164
164
|
### Example Usage
|
|
165
165
|
|
|
166
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
166
|
+
<!-- UsageSnippet language="typescript" operationID="list_organizations" method="get" path="/api/v0/organizations/" -->
|
|
167
167
|
```typescript
|
|
168
168
|
import { Nest } from "owasp-nest";
|
|
169
169
|
|
|
170
170
|
const nest = new Nest({
|
|
171
|
-
|
|
171
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
172
172
|
});
|
|
173
173
|
|
|
174
174
|
async function run() {
|
|
175
|
-
const result = await nest.community.
|
|
175
|
+
const result = await nest.community.listOrganizations({
|
|
176
176
|
location: "United States of America",
|
|
177
177
|
});
|
|
178
178
|
|
|
@@ -188,23 +188,23 @@ The standalone function version of this method:
|
|
|
188
188
|
|
|
189
189
|
```typescript
|
|
190
190
|
import { NestCore } from "owasp-nest/core.js";
|
|
191
|
-
import {
|
|
191
|
+
import { communityListOrganizations } from "owasp-nest/funcs/communityListOrganizations.js";
|
|
192
192
|
|
|
193
193
|
// Use `NestCore` for best tree-shaking performance.
|
|
194
194
|
// You can create one instance of it to use across an application.
|
|
195
195
|
const nest = new NestCore({
|
|
196
|
-
|
|
196
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
197
197
|
});
|
|
198
198
|
|
|
199
199
|
async function run() {
|
|
200
|
-
const res = await
|
|
200
|
+
const res = await communityListOrganizations(nest, {
|
|
201
201
|
location: "United States of America",
|
|
202
202
|
});
|
|
203
203
|
if (res.ok) {
|
|
204
204
|
const { value: result } = res;
|
|
205
205
|
console.log(result);
|
|
206
206
|
} else {
|
|
207
|
-
console.log("
|
|
207
|
+
console.log("communityListOrganizations failed:", res.error);
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
|
|
@@ -215,7 +215,7 @@ run();
|
|
|
215
215
|
|
|
216
216
|
| Parameter | Type | Required | Description |
|
|
217
217
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
218
|
-
| `request` | [operations.
|
|
218
|
+
| `request` | [operations.ListOrganizationsRequest](../../models/operations/listorganizationsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
219
219
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
220
220
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
221
221
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -230,22 +230,22 @@ run();
|
|
|
230
230
|
| ------------------- | ------------------- | ------------------- |
|
|
231
231
|
| errors.NestApiError | 4XX, 5XX | \*/\* |
|
|
232
232
|
|
|
233
|
-
##
|
|
233
|
+
## getOrganization
|
|
234
234
|
|
|
235
235
|
Retrieve project details.
|
|
236
236
|
|
|
237
237
|
### Example Usage
|
|
238
238
|
|
|
239
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
239
|
+
<!-- UsageSnippet language="typescript" operationID="get_organization" method="get" path="/api/v0/organizations/{organization_id}" -->
|
|
240
240
|
```typescript
|
|
241
241
|
import { Nest } from "owasp-nest";
|
|
242
242
|
|
|
243
243
|
const nest = new Nest({
|
|
244
|
-
|
|
244
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
245
245
|
});
|
|
246
246
|
|
|
247
247
|
async function run() {
|
|
248
|
-
const result = await nest.community.
|
|
248
|
+
const result = await nest.community.getOrganization({
|
|
249
249
|
organizationId: "OWASP",
|
|
250
250
|
});
|
|
251
251
|
|
|
@@ -261,23 +261,23 @@ The standalone function version of this method:
|
|
|
261
261
|
|
|
262
262
|
```typescript
|
|
263
263
|
import { NestCore } from "owasp-nest/core.js";
|
|
264
|
-
import {
|
|
264
|
+
import { communityGetOrganization } from "owasp-nest/funcs/communityGetOrganization.js";
|
|
265
265
|
|
|
266
266
|
// Use `NestCore` for best tree-shaking performance.
|
|
267
267
|
// You can create one instance of it to use across an application.
|
|
268
268
|
const nest = new NestCore({
|
|
269
|
-
|
|
269
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
270
270
|
});
|
|
271
271
|
|
|
272
272
|
async function run() {
|
|
273
|
-
const res = await
|
|
273
|
+
const res = await communityGetOrganization(nest, {
|
|
274
274
|
organizationId: "OWASP",
|
|
275
275
|
});
|
|
276
276
|
if (res.ok) {
|
|
277
277
|
const { value: result } = res;
|
|
278
278
|
console.log(result);
|
|
279
279
|
} else {
|
|
280
|
-
console.log("
|
|
280
|
+
console.log("communityGetOrganization failed:", res.error);
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
|
|
@@ -288,7 +288,7 @@ run();
|
|
|
288
288
|
|
|
289
289
|
| Parameter | Type | Required | Description |
|
|
290
290
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
291
|
-
| `request` | [operations.
|
|
291
|
+
| `request` | [operations.GetOrganizationRequest](../../models/operations/getorganizationrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
292
292
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
293
293
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
294
294
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
|
|
6
6
|
### Available Operations
|
|
7
7
|
|
|
8
|
-
* [
|
|
8
|
+
* [listEvents](#listevents) - List events
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## listEvents
|
|
11
11
|
|
|
12
12
|
Retrieve a paginated list of OWASP events.
|
|
13
13
|
|
|
14
14
|
### Example Usage
|
|
15
15
|
|
|
16
|
-
<!-- UsageSnippet language="typescript" operationID="
|
|
16
|
+
<!-- UsageSnippet language="typescript" operationID="list_events" method="get" path="/api/v0/events/" -->
|
|
17
17
|
```typescript
|
|
18
18
|
import { Nest } from "owasp-nest";
|
|
19
19
|
|
|
20
20
|
const nest = new Nest({
|
|
21
|
-
|
|
21
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
22
22
|
});
|
|
23
23
|
|
|
24
24
|
async function run() {
|
|
25
|
-
const result = await nest.events.
|
|
25
|
+
const result = await nest.events.listEvents({});
|
|
26
26
|
|
|
27
27
|
console.log(result);
|
|
28
28
|
}
|
|
@@ -36,21 +36,21 @@ The standalone function version of this method:
|
|
|
36
36
|
|
|
37
37
|
```typescript
|
|
38
38
|
import { NestCore } from "owasp-nest/core.js";
|
|
39
|
-
import {
|
|
39
|
+
import { eventsListEvents } from "owasp-nest/funcs/eventsListEvents.js";
|
|
40
40
|
|
|
41
41
|
// Use `NestCore` for best tree-shaking performance.
|
|
42
42
|
// You can create one instance of it to use across an application.
|
|
43
43
|
const nest = new NestCore({
|
|
44
|
-
|
|
44
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
45
45
|
});
|
|
46
46
|
|
|
47
47
|
async function run() {
|
|
48
|
-
const res = await
|
|
48
|
+
const res = await eventsListEvents(nest, {});
|
|
49
49
|
if (res.ok) {
|
|
50
50
|
const { value: result } = res;
|
|
51
51
|
console.log(result);
|
|
52
52
|
} else {
|
|
53
|
-
console.log("
|
|
53
|
+
console.log("eventsListEvents failed:", res.error);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
@@ -61,7 +61,7 @@ run();
|
|
|
61
61
|
|
|
62
62
|
| Parameter | Type | Required | Description |
|
|
63
63
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
64
|
-
| `request` | [operations.
|
|
64
|
+
| `request` | [operations.ListEventsRequest](../../models/operations/listeventsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
|
|
65
65
|
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
|
|
66
66
|
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
|
|
67
67
|
| `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
|
|
@@ -18,7 +18,7 @@ Retrieve a paginated list of GitHub issues.
|
|
|
18
18
|
import { Nest } from "owasp-nest";
|
|
19
19
|
|
|
20
20
|
const nest = new Nest({
|
|
21
|
-
|
|
21
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
22
22
|
});
|
|
23
23
|
|
|
24
24
|
async function run() {
|
|
@@ -41,7 +41,7 @@ import { issuesListIssues } from "owasp-nest/funcs/issuesListIssues.js";
|
|
|
41
41
|
// Use `NestCore` for best tree-shaking performance.
|
|
42
42
|
// You can create one instance of it to use across an application.
|
|
43
43
|
const nest = new NestCore({
|
|
44
|
-
|
|
44
|
+
apiKey: process.env["NEST_API_KEY"] ?? "",
|
|
45
45
|
});
|
|
46
46
|
|
|
47
47
|
async function run() {
|