You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generic **REQUEST** method to create any http request
54
-
- Based on **Promises** for a better asynchronous programming. Learn about Promises [here](https://github.com/Real-Serious-Games/C-Sharp-Promise)!
54
+
- Based on **Promises** for a better asynchronous programming. Learn about Promises [here](https://github.com/timcassell/ProtoPromise)!
55
55
- Utility to work during scene transition
56
56
- Handle HTTP exceptions and retry requests easily
57
57
- Open Source 🦄
@@ -80,7 +80,7 @@ Do you want to see this beautiful package in action? Download the demo [here](ht
80
80
Download and install the **.unitypackage** file of the latest release published [here](https://github.com/proyecto26/RestClient/releases).
81
81
82
82
### UPM package
83
-
Make sure you had installed [C# Promise package](https://openupm.com/packages/com.rsg.promise/) or at least have it in your [openupm scope registry](https://openupm.com/). Then install **RestClient package** using this URL from **Package Manager**: `https://github.com/proyecto26/RestClient.git#upm`
83
+
Make sure you had installed [ProtoPromise package](https://openupm.com/packages/com.timcassell.protopromise/) or at least have it in your [openupm scope registry](https://openupm.com/). Then install **RestClient package** using this URL from **Package Manager**: `https://github.com/proyecto26/RestClient.git#upm`
84
84
85
85
### NuGet package
86
86
Other option is download this package from **NuGet** with **Visual Studio** or using the **nuget-cli**, a **[NuGet.config](https://github.com/proyecto26/RestClient/blob/master/demo/NuGet.config)** file is required at the root of your **Unity Project**, for example:
***ProtoPromise**[Robust and efficient library for management of asynchronous operations.](https://github.com/timcassell/ProtoPromise)
322
323
***C-Sharp-Promise:**[Promises library for C# for management of asynchronous operations.](https://github.com/Real-Serious-Games/C-Sharp-Promise)
323
324
***MyAPI:**[A template to create awesome APIs easily ⚡️](https://github.com/proyecto26/MyAPI)
0 commit comments