SimpleREST.NET
0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
ISImpleRestEndpointFormatter.cs
Go to the documentation of this file.
1
2
namespace
SimpleRest.Api
;
3
public
interface
ISimpleRestEndpointFormatter
4
{
5
public
string
GetEndpoint
(
string
endpoint);
6
}
SimpleRest.Api.ISimpleRestEndpointFormatter
Definition
ISImpleRestEndpointFormatter.cs:4
SimpleRest.Api.ISimpleRestEndpointFormatter.GetEndpoint
string GetEndpoint(string endpoint)
SimpleRest.Api
Definition
Enums.cs:1
Src
Interfaces
ISImpleRestEndpointFormatter.cs
Generated by
1.12.0