Skip to content

Instantly share code, notes, and snippets.

@EduardoReisDev
Last active November 18, 2020 23:49
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 EduardoReisDev/38f8b1d6c2389d86f8487f44c08d2c51 to your computer and use it in GitHub Desktop.
Save EduardoReisDev/38f8b1d6c2389d86f8487f44c08d2c51 to your computer and use it in GitHub Desktop.
using System;
namespace Pokedex.Services
{
public class CaminhoBaseAPI
{
public static string BaseUrl => "https://pokeapi.co/api/v2";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment