You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[list_sponsors](https://github.com/OWASP/nest-sdk-python/blob/master/docs/sdks/sponsors/README.md#list_sponsors) - List sponsors
234
+
*[get_sponsor](https://github.com/OWASP/nest-sdk-python/blob/master/docs/sdks/sponsors/README.md#get_sponsor) - Get sponsor
235
+
231
236
</details>
232
237
<!-- End Available Resources and Operations [operations] -->
233
238
@@ -321,7 +326,7 @@ with Nest(
321
326
**Primary error:**
322
327
*[`NestError`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/nesterror.py): The base class for HTTP error responses.
323
328
324
-
<details><summary>Less common errors (10)</summary>
329
+
<details><summary>Less common errors (11)</summary>
325
330
326
331
<br />
327
332
@@ -332,11 +337,12 @@ with Nest(
332
337
333
338
334
339
**Inherit from [`NestError`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/nesterror.py)**:
335
-
*[`ChapterErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/chaptererrorresponse.py): Chapter error response schema. Status code `404`. Applicable to 1 of 14 methods.*
336
-
*[`CommitteeErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/committeeerrorresponse.py): Committee error response schema. Status code `404`. Applicable to 1 of 14 methods.*
337
-
*[`MemberErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/membererrorresponse.py): Member error response schema. Status code `404`. Applicable to 1 of 14 methods.*
338
-
*[`OrganizationErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/organizationerrorresponse.py): Organization error response schema. Status code `404`. Applicable to 1 of 14 methods.*
339
-
*[`ProjectErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/projecterrorresponse.py): Project error response schema. Status code `404`. Applicable to 1 of 14 methods.*
340
+
*[`ChapterErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/chaptererrorresponse.py): Chapter error response schema. Status code `404`. Applicable to 1 of 16 methods.*
341
+
*[`CommitteeErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/committeeerrorresponse.py): Committee error response schema. Status code `404`. Applicable to 1 of 16 methods.*
342
+
*[`MemberErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/membererrorresponse.py): Member error response schema. Status code `404`. Applicable to 1 of 16 methods.*
343
+
*[`OrganizationErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/organizationerrorresponse.py): Organization error response schema. Status code `404`. Applicable to 1 of 16 methods.*
344
+
*[`ProjectErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/projecterrorresponse.py): Project error response schema. Status code `404`. Applicable to 1 of 16 methods.*
345
+
*[`SponsorErrorResponse`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/sponsorerrorresponse.py): Sponsor error response schema. Status code `404`. Applicable to 1 of 16 methods.*
340
346
*[`ResponseValidationError`](https://github.com/OWASP/nest-sdk-python/blob/master/./src/owasp_nest/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,11 @@ with Nest(
228
228
229
229
*[list_repositories](docs/sdks/repositories/README.md#list_repositories) - List repositories
230
230
231
+
### [sponsors](docs/sdks/sponsors/README.md)
232
+
233
+
*[list_sponsors](docs/sdks/sponsors/README.md#list_sponsors) - List sponsors
234
+
*[get_sponsor](docs/sdks/sponsors/README.md#get_sponsor) - Get sponsor
235
+
231
236
</details>
232
237
<!-- End Available Resources and Operations [operations] -->
233
238
@@ -321,7 +326,7 @@ with Nest(
321
326
**Primary error:**
322
327
*[`NestError`](./src/owasp_nest/models/nesterror.py): The base class for HTTP error responses.
323
328
324
-
<details><summary>Less common errors (10)</summary>
329
+
<details><summary>Less common errors (11)</summary>
325
330
326
331
<br />
327
332
@@ -332,11 +337,12 @@ with Nest(
332
337
333
338
334
339
**Inherit from [`NestError`](./src/owasp_nest/models/nesterror.py)**:
335
-
*[`ChapterErrorResponse`](./src/owasp_nest/models/chaptererrorresponse.py): Chapter error response schema. Status code `404`. Applicable to 1 of 14 methods.*
336
-
*[`CommitteeErrorResponse`](./src/owasp_nest/models/committeeerrorresponse.py): Committee error response schema. Status code `404`. Applicable to 1 of 14 methods.*
337
-
*[`MemberErrorResponse`](./src/owasp_nest/models/membererrorresponse.py): Member error response schema. Status code `404`. Applicable to 1 of 14 methods.*
338
-
*[`OrganizationErrorResponse`](./src/owasp_nest/models/organizationerrorresponse.py): Organization error response schema. Status code `404`. Applicable to 1 of 14 methods.*
339
-
*[`ProjectErrorResponse`](./src/owasp_nest/models/projecterrorresponse.py): Project error response schema. Status code `404`. Applicable to 1 of 14 methods.*
340
+
*[`ChapterErrorResponse`](./src/owasp_nest/models/chaptererrorresponse.py): Chapter error response schema. Status code `404`. Applicable to 1 of 16 methods.*
341
+
*[`CommitteeErrorResponse`](./src/owasp_nest/models/committeeerrorresponse.py): Committee error response schema. Status code `404`. Applicable to 1 of 16 methods.*
342
+
*[`MemberErrorResponse`](./src/owasp_nest/models/membererrorresponse.py): Member error response schema. Status code `404`. Applicable to 1 of 16 methods.*
343
+
*[`OrganizationErrorResponse`](./src/owasp_nest/models/organizationerrorresponse.py): Organization error response schema. Status code `404`. Applicable to 1 of 16 methods.*
344
+
*[`ProjectErrorResponse`](./src/owasp_nest/models/projecterrorresponse.py): Project error response schema. Status code `404`. Applicable to 1 of 16 methods.*
345
+
*[`SponsorErrorResponse`](./src/owasp_nest/models/sponsorerrorresponse.py): Sponsor error response schema. Status code `404`. Applicable to 1 of 16 methods.*
340
346
*[`ResponseValidationError`](./src/owasp_nest/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
0 commit comments