Skip to content

Instantly share code, notes, and snippets.

View nyx-code's full-sized avatar
👨‍💻
Working from home

Shailesh Kadam nyx-code

👨‍💻
Working from home
View GitHub Profile
@FreddyPoly
FreddyPoly / terminal
Last active April 9, 2021 20:38
[REACT NATIVE] Get SHA1
Debug SHA1 (root of project)
keytool -J-Duser.language=en -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Release SHA1 (/android/app/)
keytool -J-Duser.language=en -list -v -keystore mystore.keystore
@iros
iros / API.md
Created August 22, 2012 14:42
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: