Add some API doc links to comments
This commit is contained in:
		
							parent
							
								
									8bb54eb661
								
							
						
					
					
						commit
						7f9cab3b47
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -75,6 +75,9 @@ class FromMailChimp(importing.Importer): | ||||||
| class MailChimpListImporter(FromMailChimp, mailchimp_importing.model.MailChimpListImporter): | class MailChimpListImporter(FromMailChimp, mailchimp_importing.model.MailChimpListImporter): | ||||||
|     """ |     """ | ||||||
|     List importer for MailChimp -> Rattail |     List importer for MailChimp -> Rattail | ||||||
|  | 
 | ||||||
|  |     https://github.com/VingtCinq/python-mailchimp#lists-1 | ||||||
|  |     https://mailchimp.com/developer/marketing/api/lists/get-lists-info/ | ||||||
|     """ |     """ | ||||||
|     key = 'id' |     key = 'id' | ||||||
|     supported_fields = [ |     supported_fields = [ | ||||||
|  | @ -99,6 +102,9 @@ class MailChimpListImporter(FromMailChimp, mailchimp_importing.model.MailChimpLi | ||||||
| class MailChimpListMemberImporter(FromMailChimp, mailchimp_importing.model.MailChimpListMemberImporter): | class MailChimpListMemberImporter(FromMailChimp, mailchimp_importing.model.MailChimpListMemberImporter): | ||||||
|     """ |     """ | ||||||
|     List importer for MailChimp -> Rattail |     List importer for MailChimp -> Rattail | ||||||
|  | 
 | ||||||
|  |     https://github.com/VingtCinq/python-mailchimp#list-members | ||||||
|  |     https://mailchimp.com/developer/marketing/api/list-members/list-members-info/ | ||||||
|     """ |     """ | ||||||
|     key = ('list_id', 'contact_id') |     key = ('list_id', 'contact_id') | ||||||
|     supported_fields = [ |     supported_fields = [ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar