Skip to content

Commit

Permalink
Merge pull request #2 from API-Skeletons/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sergiohermes committed Oct 3, 2017
2 parents da6134d + 886db66 commit a6c40f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
/.buildpath
/.project
/.settings/
6 changes: 3 additions & 3 deletions index.rst
@@ -1,10 +1,10 @@
Doctrine in Apigility Documentation - Portuguese
===================================
================================================

This will document how to create an API with Doctrine and Apigility.
Isso documentará como criar uma API utilizando Doctrine e Apigility.

.. toctree::
:caption: Table of Contents
:caption: Índice

introduction
about
Expand Down
8 changes: 4 additions & 4 deletions introduction.rst
@@ -1,5 +1,5 @@
Introduction
============
Introdução
==========

The landscape of API strategies grows every day. In the field of PHP there are
strategies from simple REST-only resources to fully
Expand All @@ -12,8 +12,8 @@ It also enables the ORM entity relationships to embed related data in a HAL (Hyp
response. This allows complex joins between entities to be represented in the API response.


When should you use Doctrine in Apigility?
------------------------------------------
Quando você deve usar Doctrine no Apigility?
--------------------------------------------

When you have a Doctrine project with properly mapped associations, metadata, between entities Doctrine in Apigility
will give you a powerful head-start toward building an API. Correct metadata is absolutly core to building an API
Expand Down

0 comments on commit a6c40f4

Please sign in to comment.