Hey, I'm trying to integrate Autumn,
Hey, I'm trying to integrate Autumn, with go. For that, I need a rest client.
when I was fetching v1/customer, I was excpecting the feature to be a list, but instead I got {}
autumn-js
"{\n "id": "user123",\n "created_at": 1760542555910,\n "name": "Hello World",\n "email": "example@gmail.com",\n "fingerprint": null,\n "stripe_id": null,\n "env": "sandbox",\n "metadata": {},\n "products": [],\n "features": {}\n}"
What am I doing wrong here?
when I was fetching v1/customer, I was excpecting the feature to be a list, but instead I got {}
autumn-js
"{\n "id": "user123",\n "created_at": 1760542555910,\n "name": "Hello World",\n "email": "example@gmail.com",\n "fingerprint": null,\n "stripe_id": null,\n "env": "sandbox",\n "metadata": {},\n "products": [],\n "features": {}\n}"
What am I doing wrong here?
