Pascal Stüdlein
Pascal Stüdlein
This PR adds an extension for URLRequest to transform a request to a cURL command. So far the cURL extension is not hooked up to any UI component since I'm...
- [ ] write ticket - [ ] self review - [ ] update commit message
https://github.com/cauliframework/cauli/pull/220#discussion_r593902702
When using the InspectorViewController, it would be great to be able to copy the request as a curl command.
What do you think if we define a diagram style which we then can use to describe Cauli itself and the shipped Florets? I think by doing this it's more...
As already mentioned in #122, we want to add the possibility to en- or disable a Cauli instance within the CauliViewController. A concrete idea how this could work needs to...
## Current Scenario The Floret protocol defines a `var enabled: BOOL { get set }`. ### Pro * The `xyzFloret.enabled = true` is a very simple and clear way to...
### Description: At the moment the MockFloret is always searching for the `MockFloret` as base folder within an App to resolve network requests to cached records. That limits the network...
### Description: When you open the CauliViewController without any configured Floret, there'll be a blank TableViewController. How about we add a small Onboarding in that case?