Skip to content

Given an org ID, find the publisher #1

Open
@andylolz

Description

@andylolz

E.g.:

import iatikit

org_id = 'GB-COH-07676886'

org = iatikit.data().publishers.find(org_id=org_id)

print('IATI publisher "{org_name}" has org ID: {org_id}'.format(
    org_name=org.name,
    org_id=org_id))

# IATI publisher "Publish What You Fund" has org ID: GB-COH-07676886

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureCool stuff I’d like this library to be able to do

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions