Browse Source

Created empty docs.

pull/1263/head
Halil İbrahim Kalkan 7 years ago
parent
commit
74ea58cb38
  1. 2
      docs/en/AspNetCore/Auto-API-Controllers.md
  2. 3
      docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md
  3. 3
      docs/en/Value-Objects.md
  4. 3
      docs/en/Value-Types.md

2
docs/en/AspNetCore/Auto-API-Controllers.md

@ -2,7 +2,7 @@
Once you create an [application service](../Application-Services.md), you generally want to create an API controller to expose this service as an HTTP (REST) API endpoint. A typical API controller does nothing but redirects method calls to the application service and configures the REST API using attributes like [HttpGet], [HttpPost], [Route]... etc.
ABP can **automagically** configures your application services as MVC API Controllers by convention. Most of time you don't care about its detailed configuration, but it's possible fully customize it.
ABP can **automagically** configure your application services as API Controllers by convention. Most of time you don't care about its detailed configuration, but it's possible to fully customize it.
## Configuration

3
docs/en/JavaScript/Dynamic-JavaScript-API-Clients.md

@ -0,0 +1,3 @@
## Dynamic JavaScript API Clients
TODO

3
docs/en/Value-Objects.md

@ -0,0 +1,3 @@
## Value Objects
TODO

3
docs/en/Value-Types.md

@ -1,3 +0,0 @@
## Value Types
TODO
Loading…
Cancel
Save