Tags: jr-k/webflow-php-sdk
Tags
Fix bad curl parsing due to weird Webflow api
Webflow is returning weird http response. Exemple:
```
HTTP/1.1 100 Continue
HTTP/1.1 400 Bad Request
Content-Type: application/json; charset=utf-8
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-Response-Time: 2762.208ms
Content-Length: 874
Connection: keep-alive
{"msg":"Validation Failure","code":400.....}
```
Merge pull request expertlead#7 from Beeldvoerders/WorkWithLiveItems Support 'live' parameter for item create and update
Merge pull request expertlead#5 from assertchris/feature/improve-api Improve API: fix items delete and update operations.
PreviousNext