Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Jul 20, 2012
0 parents commit a822aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
web2project-slim
================

This is an attempt to make a proper API using Slim as a foundation.

3 comments on commit a822aa2

@Korkonius
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am loving that the effort on making an API is renewed. It's probably been one of my greatest feature requests since i started working on my w2p module! Shout if you need any help with this. I don't have much API experience, but if we manage to create a specification I can help implement it.

@caseysoftware
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm playing with routing concepts now. I want to make sure the core system supports it relatively cleanly without all kinds of hacks. The simpler we can make this now, the easier it will be to maintain.

I want to start releasing some pieces later this week.

@Korkonius
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The API is something I've been looking forward to since I started working on my module... I rely heavily on JavaScript to fetch the data I need so with the API I think the module complexity and size will almost be halved...

Please sign in to comment.