Skip to content

Instantly share code, notes, and snippets.

View ssoper's full-sized avatar
👨‍💻

Sean Soper ssoper

👨‍💻
View GitHub Profile
@ssoper
ssoper / EtradeInterceptor.kt
Last active October 12, 2020 20:08 — forked from polson/Oauth1SigningInterceptor.kt
An OkHttp interceptor written in Kotlin that supports connecting to the E*TRADE API
/*
* Copyright (C) 2015 Jake Wharton
* Modified work Copyright 2019 Phil Olson
* Modified work Copyright 2020 Sean Soper
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0