• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H08-Mar-2019-2,7202,343

authapi/H08-Mar-2019-987814

.gitignoreH A D08-Mar-20197 21

LICENSEH A D08-Mar-20191.4 KiB2622

README.mdH A D08-Mar-2019856 2010

duo_test.goH A D08-Mar-201911.1 KiB331291

duoapi.goH A D08-Mar-201914.4 KiB429345

go.modH A D08-Mar-201945 21

README.md

1# Overview
2
3**duo_api_golang** - Go language bindings for the Duo APIs (both auth and admin).
4
5## Duo Auth API
6
7The Auth API is a low-level, RESTful API for adding strong two-factor authentication to your website or application.
8
9This module's API client implementation is *complete*; corresponding methods are exported for all available endpoints.
10
11For more information see the [Auth API guide](https://duo.com/docs/authapi).
12
13## Duo Admin API
14
15The Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform.
16
17This module's API client implementation is *incomplete*; methods for fetching most entity types are exported, but methods that modify entities have (mostly) not yet been implemented. PRs welcome!
18
19For more information see the [Admin API guide](https://duo.com/docs/adminapi).
20