Pārlūkot izejas kodu

Update plugins.md

Shalvah 5 gadi atpakaļ
vecāks
revīzija
6d83d30d56
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      docs/plugins.md

+ 2 - 0
docs/plugins.md

@@ -9,6 +9,7 @@ Route processing is performed in six stages:
 - headers (headers to be added to example request and response calls)
 - bodyParameters
 - responses
+- responseFields
 
 For each stage, the Generator attempts the specified strategies to fetch data. The Generator will call of the strategies configured, progressively combining their results together before to produce the final output of that stage.
 
@@ -176,6 +177,7 @@ Responses are _additive_. This means all the responses returned from each stage
 - In the `headers` stage, you can return an array of headers. You may also negate existing headers by providing `false` as the header value.
 
 
+Check out our [community wiki](https://github.com/knuckleswtf/scribe/wiki/Helpful-strategies-(snippets)) for a list of helpful extraction strategies.