Skip to content

Commit

Permalink
Major Overhaul: New Version of Go SDK - v0.4.0 (#67)
Browse files Browse the repository at this point in the history
* worked design

* updated readme

* convenience

* Improved docs

* improved model documentation

* skeleton onelogin.go

* some services implemented

* fixed client requests

* basic testing

* validation is broken

* added logging and request fixes

* fixed const paths

* updated docs, roles, users, apps, authservers

* Updated readme

* broken testing

* services implemented missing mfa

* service calls implemented

* Updated Readme

* added Makefile back

* fixing tests

* fixed readme link issue

* fixed it right this time

* add support for delete req body

* working test package

* Makefile runs unit tests

* changed path name for secure

* reorganized documentation

* updated documents

---------

Co-authored-by: Bryan Vestey <[email protected]>
  • Loading branch information
Jmfwolf and bzvestey authored Jun 21, 2023
1 parent 3a09eca commit e21e1cb
Show file tree
Hide file tree
Showing 445 changed files with 3,577 additions and 112,789 deletions.
27 changes: 3 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof
./vendor
coverage.out
bin
23 changes: 0 additions & 23 deletions .openapi-generator-ignore

This file was deleted.

Loading

0 comments on commit e21e1cb

Please sign in to comment.