go-reso-ouid

module
v0.0.0-...-3653921 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2016 License: GPL-3.0

README

go-reso-ouid

RESO's OUID api (go)

https://github.com/jpfielding/reso-ouid/blob/master/organizations.json

	ctx := context.Background()
	city := ouid.ByCity("dallas")
	active := ouid.ByActive(true)
	scope := ouid.And(city, active)
	orgs := ouid.Organizations{}
	err := ouid.Process(ctx, cfg.Request(scope), func(org ouid.Organization, err error) error {
		orgs.Organization = append(orgs.Organization, org)
		return nil
	})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL