Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created May 19, 2018 14:50
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 icebeam7/c4629077b53bbd823dc05baf0d0f0baa to your computer and use it in GitHub Desktop.
Save icebeam7/c4629077b53bbd823dc05baf0d0f0baa to your computer and use it in GitHub Desktop.
FaceBot: Constantes.cs
namespace FaceBot.Helpers
{
public static class Constantes
{
public static readonly string FaceApiURL = "";
public static readonly string FaceApiKey = "";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment