Skip to content

Instantly share code, notes, and snippets.

@lucassimon
Created June 10, 2021 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucassimon/d932c1c94c870e10d899e0a00f009386 to your computer and use it in GitHub Desktop.
Save lucassimon/d932c1c94c870e10d899e0a00f009386 to your computer and use it in GitHub Desktop.
Arvore de diretorios da sdk da ferreri
├── bin
│   ├── console
│   └── setup
├── CODE_OF_CONDUCT.md
├── ferreri_kratos_sdk.gemspec
├── Gemfile
├── Gemfile.lock
├── lib
│   ├── ferreri_kratos_sdk
│   │   ├── clients
│   │   │   ├── ory.rb
│   │   │   └── rest.rb
│   │   ├── output
│   │   │   └── as_json.rb
│   │   ├── services
│   │   │   └── service.rb
│   │   └── version.rb
│   └── ferreri_kratos_sdk.rb
├── LICENSE.txt
├── Rakefile
├── README.md
└── spec
├── clients
│   ├── ory_spec.rb
│   └── rest_spec.rb
├── ferreri_kratos_sdk_spec.rb
├── output
│   └── as_json_spec.rb
├── services
│   └── service_spec.rb
└── spec_helper.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment