Commit Graph

1012 Commits

Author SHA1 Message Date
Dillon Kearns
80d8ee8a71 Remove a hardcoded HTTP method. 2019-11-08 07:33:53 -08:00
Dillon Kearns
e36f2734bc Wire through HTTP method into dict key for response lookup. 2019-11-07 21:47:36 -08:00
Dillon Kearns
a6fbfc36b4
Update error-style-guide.md 2019-11-05 13:56:06 -08:00
Dillon Kearns
cf4d62509b
Update error-style-guide.md 2019-11-05 13:52:37 -08:00
Dillon Kearns
d0fa4f7841
Update error-style-guide.md 2019-11-05 13:38:33 -08:00
Dillon Kearns
abba86c010
Update error-style-guide.md 2019-11-05 13:35:17 -08:00
Dillon Kearns
eb5a932c08
Create error-style-guide.md 2019-11-05 13:31:40 -08:00
Dillon Kearns
32359078f9 Use record with method option for StaticHttp requests in preparation for configurable request headers and method. 2019-11-05 07:53:17 -08:00
Dillon Kearns
5b8ccee881 Use record for unmasked urls in preparation for adding HTTP request headers, method, and body. 2019-11-04 18:24:02 -08:00
Dillon Kearns
2152a71e7c Handle passing through reduced responses with map2. 2019-11-04 13:48:30 -08:00
Dillon Kearns
5f90f03ab3 Make sure stripped responses are passed through andThen chains. 2019-11-04 13:24:08 -08:00
Dillon Kearns
c20071a06e Fix up elm.json and remove test only and logs. 2019-11-04 13:05:12 -08:00
Dillon Kearns
870b941d49 Update changelog releases. 2019-11-04 10:37:44 -08:00
Dillon Kearns
d27b27115d Bump elm package. 2019-11-04 10:36:12 -08:00
Dillon Kearns
4609477816 Bump npm package to 1.0.40. 2019-11-04 10:34:51 -08:00
Dillon Kearns
15933796fa Add elm package changelog. 2019-11-04 10:33:39 -08:00
Dillon Kearns
d7b86a0d0f Update NPM changelog. 2019-11-04 10:28:13 -08:00
Dillon Kearns
f5ef176306 Generate files for extensions besides md and emu. Fixes #16. 2019-11-04 10:18:49 -08:00
Dillon Kearns
9d0e855a2d
Merge pull request #13 from bgins/remove-codeblock-newlines
Remove space above and below code elements
2019-11-03 20:21:53 -08:00
Dillon Kearns
86d14fb8e5 Only check flags for port, not env variables. 2019-11-03 20:18:49 -08:00
Dillon Kearns
104fcc2b26
Merge pull request #10 from leojpod/allow-to-set-custom-port
Allow to set custom port
2019-11-03 20:04:32 -08:00
Dillon Kearns
a04f26bc99 Get a simple test case passing for JSON reducers! 2019-11-03 10:07:20 -08:00
Dillon Kearns
b66b9a3ad1 Add json exploration library temporarily. 2019-11-03 09:10:19 -08:00
Dillon Kearns
4a83041a79 First pass at wiring for reducing JSON responses. 2019-11-03 09:10:05 -08:00
Dillon Kearns
f3fbc9ff72 Update docs to use the new StaticHttp module. 2019-11-02 16:32:12 -07:00
Dillon Kearns
a6a0a5abed Add regex package. 2019-11-02 15:35:20 -07:00
Dillon Kearns
28c48af222 Fix test expectaion. 2019-11-02 14:46:52 -07:00
Dillon Kearns
72c84901ff Make sure missing secrets are reported for nested andThen requests. 2019-11-02 14:17:32 -07:00
Dillon Kearns
e1fd4d98b1 Make sure http errors are sent out. 2019-11-02 13:27:38 -07:00
Dillon Kearns
e6f8b691eb Terminate with port message after HTTP error. 2019-11-02 13:14:09 -07:00
Dillon Kearns
d4988dffe2 Remove unused code. 2019-11-02 12:44:40 -07:00
Dillon Kearns
d7bd04a24e Use opaque types for url masking logic. 2019-11-02 11:13:33 -07:00
Dillon Kearns
c63d5767fe Remove some unused code and logging statements. 2019-11-02 07:48:57 -07:00
Dillon Kearns
458e67d776 Fix incorrect test expectation. 2019-11-02 07:43:25 -07:00
Dillon Kearns
77c3ef6d6f Fix failing test. 2019-11-02 07:40:35 -07:00
Dillon Kearns
3d4c487add Distinguish between permanent StaticHttp failures and temporary failures before all responses are available. 2019-11-02 07:22:20 -07:00
Dillon Kearns
9d0653a9aa Fix stale data being passed to function. 2019-11-01 16:46:12 -07:00
Dillon Kearns
653b2a090b Add more mapN functions. 2019-11-01 16:19:51 -07:00
Dillon Kearns
994fcd1188 Use andThen in external data example. 2019-11-01 16:10:45 -07:00
Dillon Kearns
fa21290ddb Correctly wire up StaticHttp mapN functions. 2019-11-01 16:10:27 -07:00
Dillon Kearns
1a70ac7713 Get happy path for StaticHttp.andThen working. 2019-11-01 13:29:09 -07:00
Dillon Kearns
395d421be8 Add missing package to example. 2019-11-01 13:27:04 -07:00
Dillon Kearns
4eb2238acd Update idea config. 2019-11-01 13:26:57 -07:00
Dillon Kearns
6f295fd865 Add npm test script. 2019-11-01 13:26:49 -07:00
Dillon Kearns
7961a3c58d Fix implementation of StaticHttp.map for new andThen type. 2019-10-30 20:11:24 -07:00
Dillon Kearns
4023bf8be5 Initial wiring through for andThen. 2019-10-29 23:59:48 -07:00
Dillon Kearns
e48c16da94 Fix failing test. 2019-10-29 22:33:47 -07:00
Dillon Kearns
e55f9069cc Add update helper function. 2019-10-29 22:18:37 -07:00
Dillon Kearns
f44be0d46c Make sure that duplicate requests don't cause the CLI to hang. 2019-10-29 21:45:23 -07:00
Dillon Kearns
8bc59a3d59 Move over internal functions from Secrets module to a new internal module. 2019-10-29 21:29:32 -07:00