-
Moya provides the solution 'multipleTarget' to seperate different kinds of API in many files. Maybe it is a better choice in the project.
-
For instance, in the case of creating Moya pod. which contains some subspecs.
however, `pack` command does not have the option to specify which subspecs include.
https://raw.githubusercontent.com/Mo…
-
@pedroprieto, hola Pedro, estoy haciendo la practica de interaccion html, mas o menos he seguido la tutoria y a pesar de que me he guiado por ella, no pasa ningun test. Me dice que el documento html n…
-
Hello everyone,
Can anyone elaborate me on the possibility of using Moya for communicating web services that use ProtoBuf Serialisation instead of JSON notation? Is it possible? Is it already imple…
-
Just a reminder for myself that I need to update the docs for Moya 14.
-
After looking at #1500, I wished I could instantly navigate to Moya/Moya#1565 in GitHawk. Search is a little jank right now b/c you can't search issues, but even then, that requires changing tabs (not…
-
# 🔨 Describe
- UI VIew 구성하는데 필요한 라이브러리를 추가한다.
- API calls과 관련된 라이브러리를 추가한다.
- Login과 관련된 라이브러리를 추가한다.
# ✅ Tasks
- [x] Snapkit
- [x] AF
- [x] Moya
- [x] Firebase
- [x] Kakao SDK
- [x] ~Then…
-
## Environment
- ejabberd version: master git
- Erlang version: Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 13.2.2.2
- Docker container: `erlang:25.3.2.3`
- Installed from: source
## C…
-
##### Description
Are there any current plans to support code generation templates for Swift using the Moya network abstraction framework? https://github.com/Moya/Moya
##### Swagger-codegen version
…
-
as the title, because Moya have not support `async` with Alamofire
now I have to use this method to support async and await
```
return try await withCheckedContinuation { continuation in
…