Skip to content

Point the v2 client at https://api.fastfuels.silvxlabs.com/v2 #185

Description

@amarcozzi

Summary

When the API moves behind the load balancer (silvxlabs/FastFuels-IaC#1), the v2 API becomes available at https://api.fastfuels.silvxlabs.com/v2. Update the v2 client to use it.

Changes

  • fastfuels_sdk/v2/client_library/base_url.py: DEFAULT_BASE_URLhttps://api.fastfuels.silvxlabs.com/v2 (currently the raw run.app URL)
  • Update generate_client.sh so regeneration records the new URL
  • Release

Coordination

Hard cutover — release together with the v2 API gaining its /v2 path prefix and the LB DNS cutover. Old SDK versions pointing at run.app root paths stop working once the prefix deploys; the lockdown issue (silvxlabs/FastFuels-IaC#2) later closes run.app entirely.

The v1 client is unaffected (already targets https://api.fastfuels.silvxlabs.com with /v1 paths).

Metadata

Metadata

Assignees

Labels

✨ featureNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions