Closed penberg closed 1 year ago
I would like to work on this. Can I get more information? Like the repository where the API is built? Is it chiselstrike?
v1/plans/
This is the current api endpoint right? which gives this response
{
"plans": [
{
"name": "starter",
"price": "0"
},
{
"name": "scaler",
"price": "29"
}
]
}
So, need to add more fields like max_row_reads
and max_row_writes
?
@Mr-Destructive The API server is not open source so unfortunately you won't be able to work on this until we implement the plans stuff there.
Ok, cool, will look into other issues.
That is fixed on turso plan show
. I'll close this as the new command will eventually replace turso account show
.
We currently have the plan limits hard-coded into the CLI. Let's add a new API for this and use that.