Fork me on GitHub
#pedestal
<
2017-04-19
>
danielcompton04:04:33

Does search work on the Pedestal website? http://pedestal.io/search?q=interceptor

danielcompton04:04:41

That link doesn't return any results

jimmy04:04:49

@danielcompton I find pedestal docs site needs some work. Just in case, this is the doc regarding interceptor : http://pedestal.io/reference/interceptors

danielcompton04:04:56

thanks, I was looking for docs on :env and nothing came up so I tried something that I was sure would come back which was interceptors 🙂

danielcompton04:04:31

specifically, I'm looking for any patterns of adding interceptors at development time only

danielcompton04:04:50

I assumed that a good way to do this is to rely on the :env key?

jimmy04:04:47

not particularly, they change the system-map for dev before running dev-service: https://github.com/pedestal/pedestal/blob/master/samples/hello-world/src/hello_world/server.clj#L22-L39

jimmy04:04:05

the :env is pretty much an indication from user not from this framework. And of course we can rely on that to do anythings.

mtnygard13:04:37

@nxqd I just added an issue about the search feature on http://pedestal.io. Thanks for pointing that out. Anywhere else you see room for improvement? I’d like to turn any frustration you have into issues so I can improve the site.

jimmy13:04:26

@mtnygard ah in this page http://pedestal.io/guides/index. The interceptor document ( ) should point to interceptor reference for now, since we don't have any document atm.

mtnygard13:04:20

Unless you’d be interested in writing the guide…?

mtnygard13:04:50

I’ve got a checklist of topics for that guide in https://github.com/pedestal/pedestal-docs/issues/48

jimmy13:04:05

I would love to, but I'm quite busy atm ( quite terrible at writing btw ) . However, I will note this down.

mtnygard13:04:48

Totally understand.

mtnygard13:04:13

I’m just always on the lookout for ways to get the community engaged.