first version
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package tinvest
|
||||
|
||||
import "context"
|
||||
|
||||
const sandboxEndpoint = "sandbox-invest-public-api.tinkoff.ru:443"
|
||||
|
||||
func NewSandboxGateway(ctx context.Context, opts Options) (*RealGateway, error) {
|
||||
opts.Endpoint = sandboxEndpoint
|
||||
return NewRealGateway(ctx, opts)
|
||||
}
|
||||
Reference in New Issue
Block a user