Skip to content

This project is a .NET 7.0 API that aims to provide certain functionalities of your website through API endpoints. It currently includes endpoints for retrieving skills and status details.

License

Notifications You must be signed in to change notification settings

mxtheuz/mxtheuz.com.br-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mxtheuz.com.br official API

About the Project

This project is a .NET 7.0 API that aims to provide certain functionalities of your website through API endpoints. It currently includes endpoints for retrieving skills and status details.

Table of Contents

Endpoints

  • GET /api/v2/skills: Returns a list of your skills.
  • GET /api/v2/status: Returns detailed status information about your website's request, including ElapsedTime, ResponseCode, IsSuccess, and ContentLengthBytes.

Getting Started

Prerequisites

  • .NET 7.0 SDK
  • Your favorite code editor (Visual Studio, Visual Studio Code, etc.)

Installation

  1. Clone the repository:
git clone https://github.com/mxtheuz/mxtheuz.com.br-api.git

  1. Change to the project directory:
cd YourRepository

  1. Restore the project dependencies
dotnet restore

How to run

  1. Navigate to the project directory in the terminal.
  2. Run the application
dotnet run
  1. The API will be accessible.

Contributing

Contributions are welcome! If you have any improvements or new features, feel free to submit a pull request. Please ensure your code adheres to the coding conventions and includes necessary tests.

Issues

If you encounter any issues or have questions, please check the Issues section on GitHub.

License

Distributed under the MIT License. See LICENSE for more information.


Could you follow me? ❤

About

This project is a .NET 7.0 API that aims to provide certain functionalities of your website through API endpoints. It currently includes endpoints for retrieving skills and status details.

Topics

Resources

License

Stars

Watchers

Forks

Languages