transition-zero / tz-client

A client repository for accessing FEO data programmatically.
https://docs.feo.transitionzero.org
Apache License 2.0
21 stars 4 forks source link

ENG-462_feat-POST-methods #119

Closed CalvinNesbitt closed 7 months ago

CalvinNesbitt commented 7 months ago

Description

Adds POST methods that were previously in feo.internal. This allows users to POST sources, publishers, record csvs and technologies.

Also renamed changed api test files to follow convention /test_api_XXXX.py

Checklist

notion-workspace[bot] commented 7 months ago

FEO-CLIENT: merge internal client into feo-client repo

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feo-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 19, 2023 10:47am
CalvinNesbitt commented 7 months ago

Haven't been able to test the code runs as I don't want to POST test data to staging or PROD. When the code was in feo.internal I used it to POST data and all worked fine