-
在安装之后,Moya版本 (8.0.0-beta.6), 开始在模拟器上运行 moya中的Endpoint.swift报错 module file's minimum deployment targer is ios9.0 v9.0
-
En essayant de mettre deux figures à côté l'une de l'autre et utlizant le paquet floatrow, latex produit le message d'erreur suivant:
Error message says: Command \Xhsize already defined. Or name \e…
-
hey! i help maintain [Moya](https://github.com/Moya/Moya), and we're noticing an issue on our CI that _may_ be related to this plugin
it looks like
```
Cloning and building inline dependencies…
-
I've looked through the documentation and source code of Moya and haven't found any way to make use of Alamofire's `ResponseSerializers` while running requests through Moya.
Is there any way to do…
-
This code fail when compile with g++, but it works well with clang++.
```
string hello = "hello";
list s;
s.insert(s.end(), hello.begin(), hello.end());
// but it works if you do s.insert(s.end…
-
-
Is there any recommended and simple way for **defining targets for RESTful APIs using Moya?** I think this is a common way of how APIs are laid out nowadays so I think it would be great if Moya was ma…
-
Proxyman map local not working when using atlantis.
-
We don't need RestKit since we are not using CoreData and should move to a more modern serialization library.
We should be using the following:
- https://github.com/tristanhimmelman/AlamofireObj…
-
How to submit type TRUE in post body via Moya
when I give it true, it will submit 1 to the server side automatically. but the server side do not accept 1 , they need true.