Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Added type to field documentation #17

Merged
merged 1 commit into from
Mar 26, 2015
Merged

Added type to field documentation #17

merged 1 commit into from
Mar 26, 2015

Conversation

bartbrinkman
Copy link
Contributor

Swagger has support for datatypes (currently the Swagger apigility module defaults to string because this module does not provide datatypes). I've added support for a type key (next to description) in input_filter_specs config entries. Also submitted a tiny update to https://github.com/zfcampus/zf-apigility-documentation-swagger to pick this change up (zfcampus/zf-apigility-documentation-swagger#9).

@@ -107,6 +107,8 @@ public function createApi($apiName, $apiVersion = 1)
$serviceConfigs = array_merge($serviceConfigs, $this->config['zf-rpc']);
}



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This space is not necessary.

@weierophinney weierophinney merged commit c69aea9 into zfcampus:master Mar 26, 2015
weierophinney added a commit that referenced this pull request Mar 26, 2015
Added type to field documentation
weierophinney added a commit that referenced this pull request Mar 26, 2015
weierophinney added a commit that referenced this pull request Mar 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants