Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Projectplace/api-code-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Projectplace/api-code-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update_api_code_examples
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 19 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. Add new pages to the examples covering the Auth procedures

    - Add OAuth2 Authorization Code Flow example (py-oauth2-authorization-code/)
      - Complete flow with local callback server for OAuth redirect
      - Token refresh demonstration
      - Production-ready patterns with error handling
    
    - Add OAuth2 Client Credentials Flow example (py-oauth2-client-credentials/)
      - Robot/service account authentication
      - Reusable OAuth2ClientCredentials class with automatic token management
      - Multiple authentication method examples (Basic Auth, body params)
    
    - Add OAuth1 example (py-oauth1/)
      - Legacy authentication support
      - Complete 3-legged OAuth1 flow
      - Migration guidance to OAuth2
    
    - Add AUTH_README.md with:
      - Decision guide for choosing authentication method
      - Quick comparison table
      - Security best practices
      - Troubleshooting guide
    
    - Update main readme.md with authentication section and example index
    
    Each example includes Python script, README with usage instructions,
    and requirements.txt for dependencies.
    
    https://planview.projectplace.com/#direct/card/26044157
    Kajetan-Narkiewicz-Planview committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    3b9873c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Remove old auth examples

    We shall maintain only Python examples to the auth procedures.
    Relevant docs are updated accordingly.
    Kajetan-Narkiewicz-Planview committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    1bdbffb View commit details
    Browse the repository at this point in the history
Loading