feat(dal): добавлен Shortcode "%СВЯЗИ-ПН%", добавлен метод GetAvailableShortcodesAsync для отображения доступных изменямеых частей в API
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using RabbitMQ.Client.Exceptions;
|
||||
|
||||
namespace PARR.API.Contracts.V1
|
||||
namespace PARR.API.Contracts.V1
|
||||
{
|
||||
// https://tproger.ru/translations/luchshie-praktiki-razrabotki-rest-api-20-sovetov/
|
||||
|
||||
@@ -514,6 +512,11 @@ namespace PARR.API.Contracts.V1
|
||||
public const string getParamDate = "{date}";
|
||||
}
|
||||
|
||||
public static class Shortcode
|
||||
{
|
||||
public const string GetAll = Base + "/shortcodes/";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user