Skip to content
#

api-first

Here are 59 public repositories matching this topic...

atompie
atompie commented Dec 16, 2021

We need to replace request with asyncRemote. Contrary to remote, asyncRemote can be used as awaitable.

Task

Find all occurrences of request calls and replace them with asyncRemote.

Use where possible the async way of calling the method. Example

try {
   const response = await asyncRemote({
     url: '/tracardi',
     method: "POST",
     data: data
   
good first issue

Improve this page

Add a description, image, and links to the api-first topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the api-first topic, visit your repo's landing page and select "manage topics."

Learn more