module
Version:
v0.0.0-...-3653921
Opens a new window with list of versions in this module.
Published: Nov 17, 2016
License: GPL-3.0
Opens a new window with license information.
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
¶
Click to show internal directories.
Click to hide internal directories.