twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
23.72k stars 2.45k forks source link

[Timebox] Provide a REST API #2113

Closed FelixMalfait closed 12 months ago

FelixMalfait commented 1 year ago

Context

In a couple weeks we'll officially release the external API for people to build integrations (e.g. Zapier) But this is a GraphQL API, while more people are familiar with REST APIs.

Proposal

We could use a package like https://github.com/Urigo/SOFA One disadvantage of this is that it seems to run as a separate server that proxies requests. But I still think that's the best option.

charlesBochet commented 1 year ago

@Weiko @magrinj to challenge before starting implementation