port-sdk 0.1.0

Rust SDK for Port APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Working Through the Examples

The `examples/` directory contains Markdown guides with copy-pasteable code snippets. They mirror
common tasks from the JavaScript SDK so teams can move between languages confidently.

1. `authentication-and-listing.md` – configure credentials via `.env` and list blueprints.
2. `oauth-client-credentials.md` – exchange a client ID/secret for an access token and hit an API.
3. `create-and-publish-blueprint.md` – publish a new blueprint in two lines of code.
4. `bootstrap-entity-catalog.md` – orchestrate a blueprint + entity creation workflow.
5. `paginated-entity-listing.md` – combine pagination and filters to page through blueprint entities.

Every example expects the environment variables described in the main `README.md`. Start by copying
`.env.example` (to be created by users) and filling in your OAuth client credentials or access token.