AndreyVMarkelov / andreymarkelov-atlas-plugins-requestedfields

HTTP requested fields
18 stars 15 forks source link

Using with Capsule CRM API shows up two roadblocks to usage #6

Closed TimHarrisMirriad closed 10 years ago

TimHarrisMirriad commented 10 years ago

1) Capsule uses a long Username as an API key for authentication. Unfortunately due to a bug in the Base64 encoding, this ends up created line returns in the HTTP header.

2) Plug-in does not set HTTP Accept header to application/json or application/xml

I have fixed both of these and will do a pull request shortly.

It's lovely to have Capsule entries appearing in Jira fields!

AndreyVMarkelov commented 10 years ago

Will look at

AndreyVMarkelov commented 10 years ago

Thank you. Done

TimHarrisMirriad commented 10 years ago

Thanks Andrey