Hello, I'm trying to use the `cal/api` module on m...
# developers
s
Hello, I'm trying to use the
cal/api
module on my local when I try to fetch all the event types
Copy code
GET <http://localhost:3002/v1/event-types?apiKey=cal_xxxxxxxx>
it returns all the event types But Once I try to fetch only one buy doing this
Copy code
GET <http://localhost:3002/v1/event-types/{id}?apiKey=cal_xxxxxxxx>
it's not really working. it's stuck on pending and then I have a timeout Basically what we are trying to accomplish is to use the
cal/api
and integrate it to our own React component to book event show availabilities...etc Maybe we need to update the
cal/api
package but we would need you to help us with it because I can create a PR from the upstream the Cal.com api project is private.
p
@Agusti can take a look today its also worth posting it here: https://github.com/calcom/cal.com/discussions/categories/self-hosting so more people see it
s
I will post it there I think it's an issue because I had a look at the code of
@cal/api
and it's like this case is not treated this is why we do have this timeout